From 73864a91f6b7cd2ff3f86d443aee83e89eadb201 Mon Sep 17 00:00:00 2001 From: Diego Sanchez Date: Mon, 30 Nov 2015 23:24:20 +0000 Subject: [PATCH] Makes travis to also build ChatoApp to avoid breaking it due to changes in the frameworks. --- travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis.sh b/travis.sh index 089d7fa..7dcf73b 100644 --- a/travis.sh +++ b/travis.sh @@ -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