Skip to content

Commit 9bab747

Browse files
committed
use phive-installed phpunit for test stage
1 parent 76abd88 commit 9bab747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ matrix:
1212
install:
1313
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
1414
- travis_retry wget https://phar.io/releases/phive.phar
15+
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 4AA394086372C20A phpunit
1516

1617
script:
17-
- phpunit --no-coverage
18+
- ./tools/phpunit --no-coverage
1819

1920
jobs:
2021
include:

0 commit comments

Comments
 (0)