Skip to content

Commit 6124259

Browse files
authored
Update Swift development version in CI (#728)
1 parent 50ccad2 commit 6124259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.1.4
2929
- &development
3030
<<: *tests
31-
name: "Unit Tests: Ubuntu 18.04 (Swift 5.2 Development Snapshot 2020-02-06)"
31+
name: "Unit Tests: Ubuntu 18.04 (Swift 5.2 Development Snapshot 2020-02-23)"
3232
env: >-
3333
RUN_INTEROP_TESTS=false
3434
SWIFT_VERSION=5.2
35-
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
35+
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
3636
- <<: *tests
3737
name: "Unit Tests: Ubuntu 18.04 (Swift 5.0)"
3838
env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.0.3

0 commit comments

Comments
 (0)