Skip to content

Commit

Permalink
Remove specific simulator SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Jun 1, 2015
1 parent be3f4e4 commit d0f4b42
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 @@ -7,7 +7,7 @@ env:
- LC_ALL=en_US.UTF-8
- XCODE_WORKSPACE=ObjectMapper.xcworkspace
matrix:
- SCRIPT="xctool -workspace $XCODE_WORKSPACE -scheme ObjectMapper-iOS -sdk iphonesimulator8.1 test"
- SCRIPT="xctool -workspace $XCODE_WORKSPACE -scheme ObjectMapper-iOS -sdk iphonesimulator test"
- SCRIPT="xctool -workspace $XCODE_WORKSPACE -scheme ObjectMapper-Mac test"

before_install:
Expand Down

0 comments on commit d0f4b42

Please sign in to comment.