more mods

This commit is contained in:
David Patterson 2016-08-17 21:57:40 -05:00
parent 22d3c0e071
commit 867dbb5b25
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
install:
- bundle install ...
- pod repo remove master
- pod setup
- bundle exec pod install
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