Skip to content

Commit

Permalink
Fix: use phing to download phive bins #35
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira committed Jun 15, 2019
1 parent 038f2e5 commit 206becb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ php:
- 7.1.18

before_install:
- "echo '#### Phive ####'"
- '#### Phive ####'
- wget https://phar.io/releases/phive.phar
- wget https://phar.io/releases/phive.phar.asc
- gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x9B2D5D79
Expand All @@ -13,7 +13,6 @@ before_install:
- sudo mv phive.phar /usr/bin/phive

install:
- phive --no-progress install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,8E730BA25823D8B5,2420BAE0A3BE25C6
- bin/phing setup

before_script:
Expand Down

0 comments on commit 206becb

Please sign in to comment.