minor edit to travis.yml

This commit is contained in:
David Patterson 2016-08-17 21:29:50 -05:00
parent bab425304f
commit 22d3c0e071
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@ before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- pod lib lint --no-clean
- 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:
- bash <(curl -s https://codecov.io/bash)