Fixes travis script

This commit is contained in:
Diego Sanchez 2016-04-21 12:15:02 +01:00
parent cb5fed59fc
commit 3be87bb3ef
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: objective-c
osx_image: xcode7.2
script:
- set -o pipefail
- xcodebuild clean build test -workspace ./ChattoApp/ChattoApp.xcworkspace -scheme ChattoApp -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' -configuration Debug | xcpretty
- rm -rf ~/Library/Developer/Xcode/DerivedData
- xcodebuild clean build test -workspace ./Chatto.xcworkspace -scheme Chatto -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' -configuration Debug | xcpretty