From 224d048298447c8272d01f15bd2858d9c8144d71 Mon Sep 17 00:00:00 2001 From: Paul Zabelin Date: Thu, 2 Jan 2020 02:12:43 -0800 Subject: [PATCH] fix: travis pod install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6272ea0..fe6e66e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,7 +93,7 @@ matrix: tags: true before_install: - bundle -v || gem install bundler - - ls -la Example/Pods/Manifest.lock && echo Skipping cocoapods repo update || pod install + - ls -la Example/Pods/Manifest.lock && echo Skipping cocoapods repo update || pod install --project-directory=Example script: - set -o pipefail && xcodebuild test -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -destination "$XCODE_DESTINATION" | bundle exec xcpretty -f `bundle exec xcpretty-travis-formatter` env: