We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a2d64 commit 9a8d919Copy full SHA for 9a8d919
.travis.yml
@@ -23,7 +23,7 @@ matrix:
23
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
24
- cd ..
25
- export SWIFT_VERSION=swift-4.2-RELEASE
26
- - wget https://swift.org/builds/swift-4.1-release/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz
+ - wget https://swift.org/builds/swift-4.2-release/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz
27
- tar xzf $SWIFT_VERSION-ubuntu14.04.tar.gz
28
- export PATH="${PWD}/${SWIFT_VERSION}-ubuntu14.04/usr/bin:${PATH}"
29
- cd Dip
0 commit comments