Skip to content

Commit 56a0d1b

Browse files
committed
avoid key prompt
1 parent 94445a3 commit 56a0d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
install:
1313
- composer install --no-interaction --prefer-dist --optimize-autoloader
1414
- wget https://phar.io/releases/phive.phar
15-
- php phive.phar install phpunit && ln -s ./tools/phpunit phpunit
15+
- php phive.phar install --trust-gpg-keys 4AA394086372C20A --target ./ phpunit
1616

1717
jobs:
1818
include:
@@ -29,9 +29,9 @@ jobs:
2929
- stage: lint
3030
php: 7.1
3131
before_script:
32-
- php phive.phar install phpstan
32+
- php phive.phar install --trust-gpg-keys 8E730BA25823D8B5 --target ./ phpstan
3333
script:
34-
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
34+
- ./phpstan analyse src --level max --configuration phpstan.neon
3535
- composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests
3636

3737
cache:

0 commit comments

Comments
 (0)