Skip to content

Commit

Permalink
Add Xcode 9 jobs to CI matrix
Browse files Browse the repository at this point in the history
Duplicate existing Xcode 8.3 jobs
  • Loading branch information
dcaunt committed Sep 13, 2017
1 parent 0558692 commit d3ccafd
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,33 @@ script: script/cibuild "$TRAVIS_XCODE_WORKSPACE" "$TRAVIS_XCODE_SCHEME" "$XCODE_
xcode_workspace: Tentacle.xcworkspace
matrix:
include:
- xcode_scheme: Tentacle-OSX
- osx_image: xcode8.3
xcode_scheme: Tentacle-OSX
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: Tentacle-iOS
- osx_image: xcode8.3
xcode_scheme: Tentacle-iOS
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: update-test-fixtures
- osx_image: xcode8.3
xcode_scheme: update-test-fixtures
env: XCODE_ACTION=build
- before_script: true
- osx_image: xcode8.3
before_script: true
script:
- swift build
- swift test
env:
- JOB=SWIFTPM_DARWIN
- osx_image: xcode9
xcode_scheme: Tentacle-OSX
env: XCODE_ACTION="build-for-testing test-without-building"
- osx_image: xcode9
xcode_scheme: Tentacle-iOS
env: XCODE_ACTION="build-for-testing test-without-building"
- osx_image: xcode9
xcode_scheme: update-test-fixtures
env: XCODE_ACTION=build
- osx_image: xcode9
before_script: true
script:
- swift build
- swift test
Expand Down

0 comments on commit d3ccafd

Please sign in to comment.