Skip to content

Commit

Permalink
Merge pull request Quick#637 from Quick/ci-xcode-10.2
Browse files Browse the repository at this point in the history
[CI] Test with Xcode 10.2
  • Loading branch information
ikesyo authored Mar 2, 2019
2 parents ae35de1 + 2689a62 commit e296a95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@ matrix:
- os: osx
env: TYPE=macos
name: macOS / Swift 4.2.1
- os: osx
env: TYPE=macos
osx_image: xcode10.2
name: macOS / Swift 5.0
- os: osx
env:
- TYPE=swiftpm
- os: osx
env:
- TYPE=swiftpm
osx_image: xcode10.2
- &linux
name: Linux / Swift 4.2.1
os: linux
Expand All @@ -33,7 +41,7 @@ matrix:
name: Linux / Swift 5.0 Development
env:
- TYPE=swiftpm
- SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-02-05-a
- SWIFT_VERSION=5.0-DEVELOPMENT-SNAPSHOT-2019-02-28-a
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
install: true
Expand Down

0 comments on commit e296a95

Please sign in to comment.