Skip to content

Commit

Permalink
[travis] Update build scripts for Xcode 6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
secretiverhyme committed Nov 20, 2014
1 parent 460b358 commit 5470b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ before_install:
env:
- TEST_OS=7.1
- TEST_OS=8.0
script: xctool -workspace AsyncDisplayKit.xcworkspace -scheme AsyncDisplayKit -sdk iphonesimulator8.0 -destination "platform=iOS Simulator,OS=${TEST_OS},name=iPhone 5" build test
- TEST_OS=8.1
script: xctool -workspace AsyncDisplayKit.xcworkspace -scheme AsyncDisplayKit -sdk iphonesimulator8.1 -destination "platform=iOS Simulator,OS=${TEST_OS},name=iPhone 5" build test

0 comments on commit 5470b4c

Please sign in to comment.