Skip to content

Commit

Permalink
Fix travis build Azoy#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Azoy committed Jan 20, 2020
1 parent ec4d113 commit 8a536c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ matrix:
before_install:
- sudo apt-get install clang libicu-dev
before_script:
- 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"
- tar xzf "/tmp/swift-5.0.3-RELEASE-ubuntu16.04.tar.gz"
- 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"
- os: osx
osx_image: xcode11.3

Expand Down

0 comments on commit 8a536c3

Please sign in to comment.