mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 17:32:51 +08:00
fix: travis pod install
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user