From ee6dbff8d5640c9fa842a2d45b594ccdad9dfaef Mon Sep 17 00:00:00 2001 From: iska Date: Tue, 19 Jan 2016 00:31:00 +0100 Subject: [PATCH] Use ipgonesimulator SDK in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a60af5..793a85a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ script: - xcodebuild -showsdks - xcodebuild -project HTMLKit.xcodeproj -scheme HTMLKit-OSX -sdk macosx -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty -c - xcodebuild -project HTMLKit.xcodeproj -scheme HTMLKitTests-OSX -sdk macosx ONLY_ACTIVE_ARCH=NO test | xcpretty -c -- xcodebuild -project HTMLKit.xcodeproj -scheme HTMLKit-iOS -sdk iphoneos -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty -c +- xcodebuild -project HTMLKit.xcodeproj -scheme HTMLKit-iOS -sdk iphonesimulator -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty -c - xcodebuild -project HTMLKit.xcodeproj -scheme HTMLKitTests-iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty -c