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