We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457707b commit 6326952Copy full SHA for 6326952
.travis.yml
@@ -8,7 +8,7 @@ before_script:
8
- composer self-update
9
- composer install --prefer-source --no-interaction
10
11
-script: phpunit
+script: vendor/bin/phpunit
12
13
after_script:
14
- vendor/bin/test-reporter
0 commit comments