Skip to content

Commit

Permalink
[CI] Use Xcode 9.2 image and Swift 4.0.3 (#570)
Browse files Browse the repository at this point in the history
* [CI] Use Xcode 9.2 image and Swift 4.0.3

* [CI] Remove now-unnecessary Carthage re-installation
  • Loading branch information
ikesyo authored and andersio committed Dec 7, 2017
1 parent 3ce0a62 commit c2bf549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.0.2
4.0.3
11 changes: 4 additions & 7 deletions .travis.yml
@@ -1,8 +1,6 @@
language: objective-c
osx_image: xcode9.1
before_install:
- brew uninstall carthage
- HOMEBREW_NO_AUTO_UPDATE=1 brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/6ae4f69a652fb0ecb102b0c9216378679a4f1b92/Formula/carthage.rb # 0.22.0
osx_image: xcode9.2
before_install: true
install: true
branches:
only:
Expand All @@ -17,7 +15,7 @@ cache:

jobs:
include:
- osx_image: xcode9.1
- osx_image: xcode9.2
script:
- XCODE_SCHEME=ReactiveSwift-macOS
XCODE_SDK=macosx
Expand All @@ -44,7 +42,7 @@ jobs:
- pod lib lint ReactiveSwift.podspec
env:
- JOB=PODSPEC
- osx_image: xcode9.1
- osx_image: xcode9.2
script:
- swift --version
- swift build
Expand All @@ -66,7 +64,6 @@ jobs:
- stage: carthage
script: carthage build --cache-builds --no-skip-current
- stage: deploy
before_install: true
script: skip
deploy:
provider: script
Expand Down

0 comments on commit c2bf549

Please sign in to comment.