Skip to content

Commit

Permalink
Integrated tomzx/php-semver-checker-git into the (Travis) build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftCreatR committed Oct 16, 2018
1 parent 6ee088f commit bd66291
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ install:
- travis_retry composer install --no-interaction --no-suggest
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_script:
- wget http://psvcg.coreteks.org/php-semver-checker-git.phar
- php php-semver-checker-git.phar -vvv
after_success:
- bash <(curl -s https://codecov.io/bash)
branches:
Expand Down
4 changes: 4 additions & 0 deletions php-semver-checker-git.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
allow-detached: true
details: true
include-before: src
include-after: src

0 comments on commit bd66291

Please sign in to comment.