From fe8f941ebbff3b24b654d5810a7978b5db604813 Mon Sep 17 00:00:00 2001 From: Rui Peres Date: Tue, 29 Mar 2016 12:12:16 +0100 Subject: [PATCH] Bad copy/paste --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19c17fa..2c3c940 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: objective-c osx_image: xcode7.3 script: - set -o pipefail - - carthage bootstrap - xcodebuild test -scheme OptionalExtensions-Mac | xcpretty -c - xcodebuild test -scheme OptionalExtensions-iOS -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6s" | xcpretty -c - xcodebuild test -scheme OptionalExtensions-tvOS -sdk appletvsimulator -destination "platform=tvOS Simulator,name=Apple TV 1080p" | xcpretty -c