From 1e243513d84ed02dce78d6df5e7324776fa4a044 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 16 Apr 2020 06:18:23 -0700 Subject: [PATCH] Set podfiles in Travis for caching (#1012) Summary: It solves the warning about caching not working but this doesn't really help us right now as builds are timing out and the cache is never filled in the first place. Based on this: https://github.com/travis-ci/travis-build/blob/56904692d4ec3d228e38a401bf99c1088d0157a2/lib/travis/build/script/objective_c.rb#L127 Pull Request resolved: https://github.com/facebook/flipper/pull/1012 Reviewed By: nikoant Differential Revision: D21042282 Pulled By: passy fbshipit-source-id: b8e9475cd58033a8840a49b0897ac1dfffc0ddb3 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 321143997..e1a8d0a51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ matrix: - yarn build --linux --version=$TRAVIS_BUILD_NUMBER - language: objective-c + podfile: iOS/Sample/Podfile cache: cocoapods: true directories: @@ -69,6 +70,7 @@ matrix: - tail -100 ./build.log - language: objective-c + podfile: iOS/SampleSwift/Podfile cache: cocoapods: true directories: @@ -93,6 +95,7 @@ matrix: - tail -100 ./build.log - language: objective-c + podfile: iOS/Tutorial/Podfile cache: cocoapods: true directories: