Skip to content

Commit

Permalink
Downgrading Phive #61
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira committed Aug 20, 2020
1 parent a3abe05 commit 7d83fe6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"

before_install:
- '### https://makandracards.com/aslamk/28305-how-to-change-the-default-gnupg-version-from-gpg-to-gpg2 ###'
- sudo mv /usr/bin/gpg /usr/bin/gpg1
- sudo update-alternatives --verbose --install /usr/bin/gpg gnupg /usr/bin/gpg2 50
- sudo apt-get -y install dirmngr --install-recommends
- '#### Installing Phive ####'
- wget https://phar.io/releases/phive.phar
- wget -O phive.phar https://github.com/phar-io/phive/releases/download/0.13.3/phive-0.13.3.phar
- wget https://phar.io/releases/phive.phar.asc
- gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x9B2D5D79
- gpg --verify phive.phar.asc phive.phar
- chmod +x phive.phar
- sudo mv phive.phar /usr/bin/phive
- sudo mv phive.phar /usr/local/bin/phive
- phive version

install:
Expand Down

0 comments on commit 7d83fe6

Please sign in to comment.