Skip to content

Commit 6326952

Browse files
committed
Running phpunit from vendor in CI
1 parent 457707b commit 6326952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_script:
88
- composer self-update
99
- composer install --prefer-source --no-interaction
1010

11-
script: phpunit
11+
script: vendor/bin/phpunit
1212

1313
after_script:
1414
- vendor/bin/test-reporter

0 commit comments

Comments
 (0)