Skip to content

Commit 05bdc00

Browse files
committed
Fix travis
Use PHPUnit from vendor
1 parent 105b56c commit 05bdc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ before_script:
1414
- if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then composer install -n ; fi
1515

1616
script:
17-
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-clover clover.xml ; fi
18-
- if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then phpunit ; fi
17+
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then vendor/bin/phpunit --coverage-clover clover.xml ; fi
18+
- if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then vendor/bin/phpunit ; fi
1919
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then vendor/bin/phpcs ; fi
2020

2121
after_script:

0 commit comments

Comments
 (0)