We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4e544a + f825c0f commit 0aadbeaCopy full SHA for 0aadbea
.travis.yml
@@ -11,11 +11,10 @@ php:
11
before_install:
12
- travis_retry composer self-update
13
- travis_retry composer install --no-interaction --prefer-dist
14
- - travis_retry phpunit --version
15
16
script:
17
- - phpunit --verbose tests/MockTest
18
- - phpunit --verbose tests/SerializeTest
+ - ./vendor/bin/phpunit --verbose tests/MockTest
+ - ./vendor/bin/phpunit --verbose tests/SerializeTest
19
20
matrix:
21
allow_failures:
0 commit comments