Skip to content

Commit 684cc26

Browse files
committed
Use composer installed PHPUnit on Travis
1 parent 53cb8d1 commit 684cc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_script:
1515

1616
script:
1717
- mkdir -p build/logs
18-
- phpunit --coverage-clover build/logs/clover.xml
18+
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1919

2020
after_success:
2121
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

0 commit comments

Comments
 (0)