Skip to content

Commit bf9fdd0

Browse files
committed
set correct phpunit execution
1 parent 2e14e40 commit bf9fdd0

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
@@ -10,7 +10,7 @@ before_script:
1010

1111
script:
1212
- mkdir -p build/logs
13-
- phpunit -c tests/phpunit.xml --coverage-clover build/logs/clover.xml tests
13+
- php vendor/bin/phpunit -c tests/phpunit.xml --coverage-clover build/logs/clover.xml tests
1414

1515
after_script:
1616
- php ./vendor/bin/coveralls -v

0 commit comments

Comments
 (0)