Skip to content

Update Swift development version in CI #728

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

Merged
merged 1 commit into from
Feb 26, 2020
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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.1.4
- &development
<<: *tests
name: "Unit Tests: Ubuntu 18.04 (Swift 5.2 Development Snapshot 2020-02-06)"
name: "Unit Tests: Ubuntu 18.04 (Swift 5.2 Development Snapshot 2020-02-23)"
env: >-
RUN_INTEROP_TESTS=false
SWIFT_VERSION=5.2
SWIFT_URL=https://swift.org/builds/swift-5.2-branch/ubuntu1804/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-02-06-a/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-02-06-a-ubuntu18.04.tar.gz
SWIFT_URL=https://swift.org/builds/swift-5.2-branch/ubuntu1804/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-02-23-a/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-02-23-a-ubuntu18.04.tar.gz
- <<: *tests
name: "Unit Tests: Ubuntu 18.04 (Swift 5.0)"
env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.0.3
Expand Down