No verbose on pod lint

This commit is contained in:
Garrett Moon
2016-03-09 20:10:52 -08:00
parent e062c44b2c
commit cb388415b2

View File

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