Browse Source

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.
George Barnett 6 years ago
parent
commit
afad4f41f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -28,11 +28,11 @@ jobs:
       env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.1.3
     - &development
       <<: *tests
-      name: "Unit Tests: Ubuntu 18.04 (Swift 5.2 Development Snapshot 2020-01-14)"
+      name: "Unit Tests: Ubuntu 18.04 (Swift 5.2 Development Snapshot 2020-01-22)"
       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-01-14-a/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-01-14-a-ubuntu18.04.tar.gz
+        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
     - <<: *tests
       name: "Unit Tests: Ubuntu 18.04 (Swift 5.0)"
       env: RUN_INTEROP_TESTS=false SWIFT_VERSION=5.0.3