Skip to content

Commit

Permalink
Fix Travis CI
Browse files Browse the repository at this point in the history
This fixes facebookarchive#227

For some reason Travis CI doesn't have the 7.0 or 7.1 iOS simulator SDKs anymore, so we'll just default to using whatever it does have (8.1)
  • Loading branch information
b3ll committed Mar 22, 2015
1 parent fb8517f commit a3d474f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ before_install:
xcode_workspace: pop.xcworkspace
xcode_scheme: pop
xcode_sdk:
- iphonesimulator7.0
- iphonesimulator7.1
- iphonesimulator
- iphonesimulator8.1

0 comments on commit a3d474f

Please sign in to comment.