Skip to content

Commit

Permalink
Merge pull request AFNetworking#3209 from AFNetworking/experimental/t…
Browse files Browse the repository at this point in the history
…ravis

Added support for older versions of Xcode to Travis
  • Loading branch information
kcharwood committed Dec 10, 2015
2 parents 99501e3 + 1946413 commit 64048bf
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
30 changes: 20 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,26 @@ env:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- FASTLANE_LANE=ci_commit
matrix:
- FASTLANE_LANE=code_coverage FASTLANE_ENV=default
- FASTLANE_ENV=ios81
- FASTLANE_ENV=ios82
- FASTLANE_ENV=ios83
- FASTLANE_ENV=ios84
- FASTLANE_ENV=ios90
- FASTLANE_ENV=ios91
- FASTLANE_ENV=osx
- FASTLANE_ENV=tvos90
matrix:
include:
- osx_image: xcode7.1
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default
- osx_image: xcode7.1
env: FASTLANE_ENV=ios82
- osx_image: xcode7.1
env: FASTLANE_ENV=ios83
- osx_image: xcode7.1
env: FASTLANE_ENV=ios84
- osx_image: xcode7.1
env: FASTLANE_ENV=ios91
- osx_image: xcode7.1
env: FASTLANE_ENV=osx
- osx_image: xcode7.1
env: FASTLANE_ENV=tvos90
- osx_image: xcode7
env: FASTLANE_ENV=ios81_xcode7
- osx_image: xcode7
env: FASTLANE_ENV=ios90_xcode7
before_install:
- gem install fastlane --no-rdoc --no-ri --no-document --quiet
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
Expand Down
2 changes: 0 additions & 2 deletions fastlane/.env.ios81

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/.env.ios81_xcode7
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SCAN_DESTINATION="OS=8.1,name=iPhone 4S"
EXAMPLE_DESTINATION=$SCAN_DESTINATION
SCAN_SDK=iphonesimulator9.0
2 changes: 0 additions & 2 deletions fastlane/.env.ios90

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/.env.ios90_xcode7
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SCAN_DESTINATION="OS=9.0,name=iPhone 6 Plus"
EXAMPLE_DESTINATION=$SCAN_DESTINATION
SCAN_SDK=iphonesimulator9.0

0 comments on commit 64048bf

Please sign in to comment.