Fixes travis script
This commit is contained in:
parent
cb5fed59fc
commit
3be87bb3ef
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue