Skip to content

Commit

Permalink
Update phpunit bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaszak committed Jul 9, 2017
1 parent df19a1e commit 1e17ad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -4,13 +4,13 @@ php:

install:
- composer require satooshi/php-coveralls:~0.6@stable

before_script:
- mkdir -p build/logs
- composer install

script:
- phpunit --coverage-clover build/logs/clover.xml
- 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;'

0 comments on commit 1e17ad9

Please sign in to comment.