Updated travis file
This commit is contained in:
parent
55f282fe92
commit
4f6e77c0aa
|
|
@ -9,7 +9,7 @@ before_install:
|
|||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
|
||||
|
||||
script:
|
||||
- xcodebuild clean build test -project Validator.xcodeproj -scheme Validator -sdk iphonesimulator -enableCodeCoverage YES | xcpretty
|
||||
- xcodebuild clean build test -project Validator.xcodeproj -scheme Validator -sdk iphonesimulator -destination "platform=iOS Simulator,OS=10.0,name=iPhone 6" -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO | xcpretty
|
||||
- pod lib lint
|
||||
after_success:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue