Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 66126f5

Browse files
committed
Updated Travis CI
1 parent 8048cd2 commit 66126f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: generic
22
osx_image: xcode8
33
os:
44
- linux
5-
- osx
65
sudo: required
76
dist: trusty
87
before_install:
@@ -13,9 +12,9 @@ install:
1312
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update ; fi
1413
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install clang uuid-dev libjson-c-dev ; fi
1514
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mkdir $SWIFT_DIR ; fi
16-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl https://swift.org/builds/swift-3.0-preview-1/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz -s | tar xz -C $SWIFT_DIR &> /dev/null ; fi
15+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl https://swift.org/builds/development/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz -s | tar xz -C $SWIFT_DIR &> /dev/null ; fi
1716
env:
18-
- SWIFT_VERSION=swift-3.0-PREVIEW-1
17+
- SWIFT_VERSION=swift-DEVELOPMENT-SNAPSHOT-2016-08-04-a
1918
script:
2019
- uname
2120
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xctool test -project Xcode/SwiftFoundation.xcodeproj -scheme "SwiftFoundation OS X" -sdk macosx ONLY_ACTIVE_ARCH=NO ; fi

0 commit comments

Comments
 (0)