From 5ccf5461b80a94f163fdfffb26f007a871169895 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Sat, 8 Jun 2019 15:00:16 -0700 Subject: [PATCH] ci: remove pod related scripts --- .travis.yml | 5 ----- fastlane/Fastfile | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29bbfa7..cb77db7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,7 @@ before_install: - echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc install: - gem update fastlane - - gem install xcodeproj - - gem uninstall -aIx cocoapods - - gem install cocoapods -v 1.5.3 - - pod --version before_script: - - pod install - travis_wait 45 carthage bootstrap --platform iOS - ./gopenpgp_build.sh script: diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 970e3c7..84e9942 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -44,7 +44,7 @@ platform :ios do ) build_app( scheme: "pass", - project: "pass.xcodeproj" + project: "pass.xcodeproj", verbose: true ) upload_to_testflight(