Skip to content

Commit

Permalink
fix(.travis.yml): use ubuntu keyserver
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 7, 2017
1 parent 22c0a3d commit b66f35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ osx_image: xcode8
install:
- brew update
- brew upgrade gpg
- gpg --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-keys 738877AA6C829F26A431C5F480B691277733D95B
- gpg --keyserver keyserver.ubuntu.com --recv-keys 738877AA6C829F26A431C5F480B691277733D95B
- sudo gem install cocoapods
- pod repo update 2>&1 >/dev/null
- pod install --verbose
Expand Down

0 comments on commit b66f35d

Please sign in to comment.