From 63fd313017a7a4d913b1b15f260beaf038df2754 Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sun, 15 Sep 2019 09:20:26 +0200 Subject: [PATCH] Remove traces of GopenPGP glue code --- .gitignore | 5 +---- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e1c91f2..601351b 100644 --- a/.gitignore +++ b/.gitignore @@ -54,10 +54,7 @@ Carthage/Checkouts Carthage/Build # Go Mobile Build results and dependency sources -go/bin/ -go/dist/ -go/pkg/ -go/src/* +go/ # fastlane # diff --git a/.travis.yml b/.travis.yml index 1538035..4f7df3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_script: travis_wait 45 carthage bootstrap --platform iOS fi - | - if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh|gopenpgpwrapper.go") ] && [ -d "go/dist/Crypto.framework" ]; then + if [ ! $(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "gopenpgp_build.sh") ] && [ -d "go/dist/Crypto.framework" ]; then echo "Use cached go dependencies." ls -ld go/dist/*framework else