Reverts change in .travis.yml so ChatoApp is built again
This commit is contained in:
parent
fa4d839478
commit
3083370549
|
|
@ -2,7 +2,7 @@ language: objective-c
|
|||
osx_image: xcode7.1
|
||||
|
||||
script:
|
||||
- xcodebuild clean build test -workspace ./Chatto.xcworkspace -scheme Chatto -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.1' -configuration Debug | xcpretty
|
||||
- xcodebuild clean build test -workspace ./ChattoApp/ChattoApp.xcworkspace -scheme ChattoApp -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.1' -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.1' -configuration Debug | xcpretty
|
||||
- (curl -s https://codecov.io/bash) | bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue