From a68065b21a6b2f94c70f5683a2b002d268da5040 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Tue, 31 Aug 2021 14:38:50 -0700 Subject: [PATCH] Delete travis.yml --- .travis.yml | 62 ----------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 94eb19ca..00000000 --- a/.travis.yml +++ /dev/null @@ -1,62 +0,0 @@ -osx_image: xcode10 -language: objective-c -cache: - - bundler - - cocoapods - -matrix: - include: - - podfile: ios/objc/Podfile - env: - - LANGUAGE=ObjC - - DIR=ios/objc - - podfile: ios/swift/Podfile - env: - - LANGUAGE=Swift - - DIR=ios/swift - - podfile: grow-ios-starter/objc-starter/Podfile - env: - - LANGUAGE=ObjC - - DIR=grow-ios-starter/objc-starter - - podfile: grow-ios-starter/swift-starter/Podfile - env: - - LANGUAGE=Swift - - DIR=grow-ios-starter/swift-starter - - podfile: ios-starter/objc-starter/Podfile - env: - - LANGUAGE=ObjC - - DIR=ios-starter/objc-starter - before_install: - - bundle install - - gem install xcpretty - - cd ios-starter/objc-starter - - bundle exec pod install --repo-update - - cd - - - podfile: ios-starter/swift-starter/Podfile - env: - - LANGUAGE=Swift - - DIR=ios-starter/swift-starter - before_install: - - bundle install - - gem install xcpretty - - cd ios-starter/swift-starter - - bundle exec pod install --repo-update - - cd - - -before_install: - - bundle install - - gem install xcpretty - - cd ios/$LANGUAGE - - bundle exec pod install --repo-update - - cp ../mock-GoogleService-Info.plist ./GoogleService-Info.plist - - sed -i '' '/BUNDLE_ID