Use ObjectivePGP if Gopenpgp fails

This commit is contained in:
Yishi Lin 2019-07-17 00:19:23 +08:00
parent d627149948
commit 0862c1388e
5 changed files with 286 additions and 13 deletions

View file

@ -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