Skip to content

Commit f9c9f76

Browse files
committed
Revert "Installing phive dependencies should be non-interactive"
This reverts commit ad0ffe9.
1 parent ad0ffe9 commit f9c9f76

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

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

0 commit comments

Comments
 (0)