mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-26 09:04:22 +08:00
See what version we're running (#220)
* See what version we're running * Force 0.39.0
This commit is contained in:
@@ -11,8 +11,11 @@ env:
|
||||
- OS='latest' name='iPhone 6'
|
||||
|
||||
before_install:
|
||||
- gem uninstall cocoapods --version '>0.39.0'
|
||||
- gem install cocoapods -v '0.39.0'
|
||||
- gem install xcpretty
|
||||
before_script: pod lib lint --allow-warnings
|
||||
before_script:
|
||||
- pod --version
|
||||
- pod lib lint --allow-warnings
|
||||
script:
|
||||
- xcodebuild clean test -destination "platform=iOS Simulator,OS=$OS,name=$name" -workspace Example/PINRemoteImage.xcworkspace -scheme PINRemoteImage ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO | xcpretty -t; test ${PIPESTATUS[0]} -eq 0
|
||||
|
||||
Reference in New Issue
Block a user