Use ObjectivePGP if Gopenpgp fails
This commit is contained in:
parent
d627149948
commit
0862c1388e
5 changed files with 286 additions and 13 deletions
|
|
@ -8,6 +8,9 @@ before_install:
|
|||
- echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
|
||||
install:
|
||||
- gem update fastlane
|
||||
- gem uninstall -aIx cocoapods
|
||||
- gem install cocoapods -v 1.5.3
|
||||
- pod --version
|
||||
before_script:
|
||||
- |
|
||||
if [ ! $(git diff --name-only master..."$TRAVIS_COMMIT" | grep "Cartfile.resolved") ] && [ -d "Carthage/Build" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue