Skip to content

Commit

Permalink
[CI] Use Xcode 9.1 image
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Nov 18, 2017
1 parent aa81af2 commit 66c71c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: objective-c
osx_image: xcode9
osx_image: xcode9.1
branches:
only:
- master
before_script:
- git submodule update --init --recursive
script: script/cibuild "$TRAVIS_XCODE_WORKSPACE" "$TRAVIS_XCODE_SCHEME" "$XCODE_ACTION"
xcode_workspace: Tentacle.xcworkspace
matrix:
Expand All @@ -15,7 +13,8 @@ matrix:
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: update-test-fixtures
env: XCODE_ACTION=build
- before_script: true
- git:
submodules: false
script:
- swift build
- swift test
Expand Down

0 comments on commit 66c71c8

Please sign in to comment.