Skip to content

Commit

Permalink
Use composer installed PHPUnit on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DougSisk committed Jan 24, 2017
1 parent 53cb8d1 commit 684cc26
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 @@ -15,7 +15,7 @@ before_script:

script:
- mkdir -p build/logs
- 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 684cc26

Please sign in to comment.