Makes travis to also build ChatoApp to avoid breaking it due to changes in the frameworks.
This commit is contained in:
parent
ed607f6c28
commit
73864a91f6
|
|
@ -1,2 +1,3 @@
|
|||
xcodebuild clean build test -workspace ./ChattoApp/ChattoApp.xcworkspace -scheme ChattoApp -sdk iphonesimulator -configuration Debug | xcpretty
|
||||
xcodebuild clean build test -project ./Chatto/Chatto.xcodeproj -scheme Chatto -sdk iphonesimulator -configuration Debug | xcpretty; (curl -s https://codecov.io/bash) | bash
|
||||
xcodebuild clean build test -project ./ChattoAdditions/ChattoAdditions.xcodeproj -scheme ChattoAdditions -sdk iphonesimulator -configuration Debug | xcpretty; (curl -s https://codecov.io/bash) | bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue