Skip to content

Commit ad0ffe9

Browse files
committed
Installing phive dependencies should be non-interactive
1 parent 31e733f commit ad0ffe9

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
@@ -14,7 +14,8 @@ matrix:
1414
fast_finish: true
1515

1616
install:
17-
- make setup
17+
- make install-phive
18+
- ./tools/phive.phar --no-progress install --copy --trust-gpg-keys 4AA394086372C20A,D2CCAC42F6295E7D,E82B2FB314E9906E,8E730BA25823D8B5 --force-accept-unsigned
1819
- composer install
1920
# coding style
2021
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard:v2.5.12 temp/ecs; fi

0 commit comments

Comments
 (0)