Skip to content

Commit 8a536c3

Browse files
committed
Fix travis build #3
1 parent ec4d113 commit 8a536c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ matrix:
88
before_install:
99
- sudo apt-get install clang libicu-dev
1010
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"
11+
- 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"
12+
- tar xzf "/tmp/swift-5.1.3-RELEASE-ubuntu16.04.tar.gz"
13+
- export PATH="$PATH:$PWD/swift-5.1.3-RELEASE-ubuntu16.04/usr/bin"
1414
- os: osx
1515
osx_image: xcode11.3
1616

0 commit comments

Comments
 (0)