Skip to content

Commit 9a8d919

Browse files
committed
bump xcode and swift version on travis
1 parent 17a2d64 commit 9a8d919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
2424
- cd ..
2525
- 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
26+
- wget https://swift.org/builds/swift-4.2-release/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz
2727
- tar xzf $SWIFT_VERSION-ubuntu14.04.tar.gz
2828
- export PATH="${PWD}/${SWIFT_VERSION}-ubuntu14.04/usr/bin:${PATH}"
2929
- cd Dip

0 commit comments

Comments
 (0)