Skip to content

Commit

Permalink
Fix simulator destination
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraskelton committed Oct 6, 2015
1 parent 023eead commit 0c04ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c04ffa

Please sign in to comment.