From 0c04ffa5f5df3fb09f5683d6723353ab87d91d30 Mon Sep 17 00:00:00 2001 From: Laura Skelton Date: Mon, 5 Oct 2015 18:10:10 -0700 Subject: [PATCH] Fix simulator destination --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c45d24..6ba5f17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ podfile: FiltersExample/Podfile env: - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 script: -- set -o pipefail && xcodebuild -workspace FiltersExample/FastttCameraDemo.xcworkspace -scheme FastttCameraDemo -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6 Plus" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c +- set -o pipefail && xcodebuild -workspace FiltersExample/FastttCameraDemo.xcworkspace -scheme FastttCameraDemo -sdk iphonesimulator -destination "platform=iOS Simulator,OS=9.0,name=iPhone 5s" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c - pod lib lint --quick - obcd --path FastttCamera find HeaderStyle after_success: slather