Skip to content

Commit 8c9a2a5

Browse files
committed
Travis tweaks: use composer version of phpunit vs phar version as HHVM will mess with paths within phars resulting in broken builds
1 parent 56eaaa2 commit 8c9a2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
- composer install --dev --prefer-dist
2929
- composer require react/promise:2.*
3030

31-
script: if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then phpunit --coverage-clover build/logs/clover.xml --group default,ReactPromise; else phpunit --group default,ReactPromise; fi
31+
script: if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then bin/phpunit --coverage-clover build/logs/clover.xml --group default,ReactPromise; else bin/phpunit --group default,ReactPromise; fi
3232

3333
after_success:
3434
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then composer require "satooshi/php-coveralls:^1.0" && travis_retry php bin/coveralls -v; fi

0 commit comments

Comments
 (0)