Skip to content

Commit fb419ba

Browse files
committed
Fix travis CI tests running.
1 parent af2e682 commit fb419ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ before_script:
3131

3232
script:
3333
- mkdir -p build/logs
34-
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then phpunit --coverage-clover build/logs/clover.xml; fi
35-
- if [ "$TRAVIS_PHP_VERSION" == "nightly" ]; then phpunit; fi
34+
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi
35+
- if [ "$TRAVIS_PHP_VERSION" == "nightly" ]; then vendor/bin/phpunit; fi
3636

3737
after_script:
3838
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ] || [ "$TRAVIS_PHP_VERSION" == "7.1" ] || [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then php vendor/bin/php-coveralls -v; fi

0 commit comments

Comments
 (0)