Skip to content

Commit f24036c

Browse files
committed
phive fetch can wait until first round of tests pass
1 parent d9b62e1 commit f24036c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ matrix:
1111

1212
install:
1313
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14-
- travis_retry wget https://phar.io/releases/phive.phar
1514

1615
script:
1716
- ./vendor/bin/phpunit --no-coverage
1817

18+
after_script:
19+
- travis_retry wget https://phar.io/releases/phive.phar
20+
1921
jobs:
2022
include:
2123
- stage: coverage

0 commit comments

Comments
 (0)