Skip to content

Commit afad4f4

Browse files
authored
Update Swift 5.2 development build (#704)
Motivation: We should keep our pre-release toolchains up-to-date so we can report or deal with any bugs that might arise before the toolchain is released. Modifications: Update to the latest Swift 5.2 development toolchain. Result: CI is up-to-date.
1 parent d19ae89 commit afad4f4

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.3
2929
- &development
3030
<<: *tests
31-
name: "Unit Tests: Ubuntu 18.04 (Swift 5.2 Development Snapshot 2020-01-14)"
31+
name: "Unit Tests: Ubuntu 18.04 (Swift 5.2 Development Snapshot 2020-01-22)"
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-01-14-a/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-01-14-a-ubuntu18.04.tar.gz
35+
SWIFT_URL=https://swift.org/builds/swift-5.2-branch/ubuntu1804/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-01-22-a/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-01-22-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)