diff --git a/.travis.yml b/.travis.yml index 8b9dcff9..f96f04d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,15 +10,15 @@ xcode_destination: platform=macOS ## cocoapods: true # directories: # - "${HOME}/.cocoapods/repos/" +before_install: + - gem install xcpretty bundler 'cocoapods:1.7.5' + - pod repo update +install: + - bundle install --jobs=3 --retry=3 --deployment + - pod install --deployment jobs: include: - - before_install: - - gem install xcpretty bundler 'cocoapods:1.7.5' - - pod repo update - - install: - - bundle install --jobs=3 --retry=3 --deployment - - pod install --deployment - stage: test name: "Units Tests" script: fastlane mac test