Skip to content

Commit 76abd88

Browse files
committed
install phive for all stages
1 parent 93ca13a commit 76abd88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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
1415

1516
script:
1617
- phpunit --no-coverage
@@ -25,14 +26,12 @@ jobs:
2526
script:
2627
- ./vendor/bin/phpunit
2728
after_script:
28-
- travis_retry wget https://phar.io/releases/phive.phar
2929
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls && ./tools/php-coveralls --verbose
3030
- travis_retry wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
3131

3232
- stage: lint
3333
php: 7.1
3434
before_script:
35-
- travis_retry wget https://phar.io/releases/phive.phar
3635
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
3736
script:
3837
- ./tools/phpstan analyse src --level max --configuration phpstan.neon

0 commit comments

Comments
 (0)