Skip to content

Commit

Permalink
👷 Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Oct 29, 2018
1 parent 4e165be commit eb768ab
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 eb768ab

Please sign in to comment.