Skip to content

Commit

Permalink
use vendor phpunit to fix hhvm build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrowe206 committed Jun 21, 2017
1 parent be2f712 commit b132c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_script:
# use the $DB env variable to determine the phpunit.xml to use
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v

0 comments on commit b132c61

Please sign in to comment.