mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-24 04:15:32 +08:00
No verbose on pod lint
This commit is contained in:
@@ -14,6 +14,6 @@ env:
|
||||
before_install:
|
||||
- gem install cocoapods -v '0.39.0'
|
||||
- gem install xcpretty
|
||||
before_script: pod lib lint --verbose --allow-warnings
|
||||
before_script: 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