Skip to content

Commit 9c56a49

Browse files
committed
fix travis ...?
1 parent b24124c commit 9c56a49

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ language: generic
22
sudo: required
33
dist: trusty
44
env:
5-
- SWIFT_BRANCH=swift-4.0-branch
6-
- SWIFT_VERSION=swift-4.0-DEVELOPMENT-SNAPSHOT-2017-06-02-a
7-
- SWIFT_TOOLCHAIN=swift-4.0-DEVELOPMENT-SNAPSHOT-2017-06-02-a
5+
- SWIFT_BRANCH=swift-4.0-branch SWIFT_VERSION=swift-4.0-DEVELOPMENT-SNAPSHOT-2017-06-02-a
86
install:
97
- mkdir swift
108
- curl https://swift.org/builds/$SWIFT_BRANCH/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz -s | tar xz -C swift &> /dev/null
119
script:
12-
- env PATH=$(pwd)/swift/$SWIFT_TOOLCHAIN-ubuntu14.04/usr/bin:$PATH swift test -c release
10+
- env PATH=$(pwd)/swift/$SWIFT_VERSION-ubuntu14.04/usr/bin:$PATH swift test -c release

0 commit comments

Comments
 (0)