fix: travis pod install

This commit is contained in:
Paul Zabelin
2020-01-02 02:12:43 -08:00
parent 162109de0f
commit 224d048298

View File

@@ -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: