Skip to content

Commit

Permalink
Merge pull request #133 from jenssegers/update-travis
Browse files Browse the repository at this point in the history
Update travis config
  • Loading branch information
jenssegers authored Oct 29, 2018
2 parents 4e165be + eb768ab commit 25dc2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ script:
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_success:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'
- ./vendor/bin/coveralls -v
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.0|^6.0|^7.0",
"satooshi/php-coveralls": "^2.0"
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 25dc2a9

Please sign in to comment.