Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI to use more recent Swift versions #629

Merged
merged 1 commit into from
Nov 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
os: linux
dist: bionic
script: ./.travis-script.sh
env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.1
env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.1.2
- <<: *tests
name: "Ubuntu 18.04 (Swift 5.0)"
env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.0.3
- <<: *tests
name: "Xcode 11 (Swift 5.1)"
name: "Xcode 11.1 (Swift 5.1)"
os: osx
osx_image: xcode11
osx_image: xcode11.1
- <<: *tests
name: "Xcode 10.3 (Swift 5.0)"
os: osx
Expand All @@ -44,14 +44,14 @@ jobs:
os: linux
dist: bionic
script: ./.travis-script.sh
env: RUN_INTEROP_TESTS=true SWIFT_VERSION=5.1
env: RUN_INTEROP_TESTS=true SWIFT_VERSION=5.1.2
- <<: *interop_tests
name: "Ubuntu 18.04 (Swift 5.0)"
env: RUN_INTEROP_TESTS=true SWIFT_VERSION=5.0.3
- <<: *interop_tests
name: "Xcode 11 (Swift 5.1)"
name: "Xcode 11.1 (Swift 5.1)"
os: osx
osx_image: xcode11
osx_image: xcode11.1
- <<: *interop_tests
name: "Xcode 10.3 (Swift 5.0)"
os: osx
Expand Down