Makes travis to also build ChatoApp to avoid breaking it due to changes in the frameworks.

This commit is contained in:
Diego Sanchez 2015-11-30 23:24:20 +00:00
parent ed607f6c28
commit 73864a91f6
1 changed files with 1 additions and 0 deletions

View File

@ -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