Skip to content

Commit

Permalink
Stop testing iOS 7.0.3 on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Aug 13, 2015
1 parent 21f443a commit 965cd5c
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,9 +2,9 @@ language: objective-c

env:
matrix:
- CEDAR_SDK_VERSION="8.1" CEDAR_SDK_RUNTIME_VERSION="7.0.3" TASK="ci"
- CEDAR_SDK_VERSION="8.1" CEDAR_SDK_RUNTIME_VERSION="7.1" TASK="ci"
- CEDAR_SDK_VERSION="8.1" CEDAR_SDK_RUNTIME_VERSION="8.1" TASK="ci"

# Analyze takes too long -- vary on runtime SDK
- CEDAR_SDK_VERSION="8.1" CEDAR_SDK_RUNTIME_VERSION="8.1" TASK="suites:specs:analyze"
- CEDAR_SDK_VERSION="8.1" CEDAR_SDK_RUNTIME_VERSION="8.1" TASK="suites:uispecs:analyze"
Expand Down

0 comments on commit 965cd5c

Please sign in to comment.