From 79091905d8e65d0a8e8a11ba3cbd21c1842e52ed Mon Sep 17 00:00:00 2001 From: Antoine van der Lee Date: Tue, 13 Nov 2018 20:19:54 +0100 Subject: [PATCH] Fix CI with pod install --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c95c5fdf..0ae1e4d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,5 @@ env: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # Prevents long install time http://awesomism.co.uk/nokogiri-slow-install/ script: + - "pod install --project-directory=Example/" - "./Submodules/WeTransfer-iOS-CI/Scripts/travis.sh AppStoreConnect-Swift-SDK-Example" # Run WeTransfer iOS CI Travis script \ No newline at end of file