From 3083370549c54694ad13f8e082cc7445f3324128 Mon Sep 17 00:00:00 2001 From: Diego Sanchez Date: Thu, 14 Jan 2016 19:45:48 +0000 Subject: [PATCH] Reverts change in .travis.yml so ChatoApp is built again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73d944f..109ae75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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