Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #107 from kgoodier/fix/ci
Browse files Browse the repository at this point in the history
Explicitly list destination in Travis build.
  • Loading branch information
kgoodier committed Mar 18, 2015
2 parents a731c4c + 88387dc commit 50fa08f
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 @@ -2,7 +2,7 @@ language: objective-c
before_install:
- brew update
- sudo easy_install cpp-coveralls
script: "xcodebuild test -workspace SPDY.xcodeproj/project.xcworkspace/ -scheme SPDYUnitTests -sdk iphonesimulator"
script: "xcodebuild test -workspace SPDY.xcodeproj/project.xcworkspace/ -scheme SPDYUnitTests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.1'"
after_success:
- cp -r ${HOME}/Library/Developer/Xcode/DerivedData/SPDY-*/Build/Intermediates/SPDY.build/Coverage-iphonesimulator/SPDYUnitTests.build/Objects-normal/*/ gcov
- rm -f gcov/*Test.*
Expand Down

0 comments on commit 50fa08f

Please sign in to comment.