Skip to content

Commit 0aadbea

Browse files
committed
Merge branch 'master' into develop
2 parents f4e544a + f825c0f commit 0aadbea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ php:
1111
before_install:
1212
- travis_retry composer self-update
1313
- travis_retry composer install --no-interaction --prefer-dist
14-
- travis_retry phpunit --version
1514

1615
script:
17-
- phpunit --verbose tests/MockTest
18-
- phpunit --verbose tests/SerializeTest
16+
- ./vendor/bin/phpunit --verbose tests/MockTest
17+
- ./vendor/bin/phpunit --verbose tests/SerializeTest
1918

2019
matrix:
2120
allow_failures:

0 commit comments

Comments
 (0)