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

Commit 13ee1c9

Browse files
committed
updated Travis CI
1 parent c64cdcc commit 13ee1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mkdir $SWIFT_DIR ; fi
1414
- 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
1515
env:
16-
- SWIFT_VERSION=swift-DEVELOPMENT-SNAPSHOT-2016-04-12-a
16+
- SWIFT_VERSION=swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a
1717
script:
1818
- uname
1919
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then xctool test -workspace SwiftFoundation.xcworkspace -scheme "SwiftFoundation OS X" -sdk macosx ONLY_ACTIVE_ARCH=NO ; fi

0 commit comments

Comments
 (0)