We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4d113 commit 8a536c3Copy full SHA for 8a536c3
1 file changed
.travis.yml
@@ -8,9 +8,9 @@ matrix:
8
before_install:
9
- sudo apt-get install clang libicu-dev
10
before_script:
11
- - wget "https://swift.org/builds/swift-5.0.3-release/ubuntu1604/swift-5.0.3-RELEASE/swift-5.0.3-RELEASE-ubuntu16.04.tar.gz" -O "/tmp/swift-5.0.3-RELEASE-ubuntu16.04.tar.gz"
12
- - tar xzf "/tmp/swift-5.0.3-RELEASE-ubuntu16.04.tar.gz"
13
- - export PATH="$PATH:$PWD/swift-5.0.3-RELEASE-ubuntu16.04/usr/bin"
+ - wget "https://swift.org/builds/swift-5.1.3-release/ubuntu1604/swift-5.1.3-RELEASE/swift-5.1.3-RELEASE-ubuntu16.04.tar.gz" -O "/tmp/swift-5.1.3-RELEASE-ubuntu16.04.tar.gz"
+ - tar xzf "/tmp/swift-5.1.3-RELEASE-ubuntu16.04.tar.gz"
+ - export PATH="$PATH:$PWD/swift-5.1.3-RELEASE-ubuntu16.04/usr/bin"
14
- os: osx
15
osx_image: xcode11.3
16
0 commit comments