Skip to content

Commit ead8ea1

Browse files
committed
Use locally-installed phpunit
1 parent 56cdaa1 commit ead8ea1

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
@@ -11,7 +11,7 @@ before_script:
1111
- stable='^[0-9\.]+$'; if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then phpenv config-rm xdebug.ini; fi
1212
- export PATH="$HOME/.composer/vendor/bin:$PATH"
1313
- composer install
14-
- phpunit --version
14+
- ./vendor/bin/phpunit --version
1515

1616
script:
1717
- composer test

0 commit comments

Comments
 (0)