Skip to content

Commit 95a51a6

Browse files
committed
Updates SPM to use release version of Swift 4.0.
1 parent 58917c7 commit 95a51a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a
1+
4.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install:
4343

4444
script:
4545
- if [[ `uname` == "Linux" ]] ; then
46-
swiftenv install swift-4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a || true;
46+
swiftenv install swift-4.0 || true;
4747
fi
4848
- if [[ "${DANGER}" -eq 1 ]] ; then
4949
bundle install --path vendor/bundle;

0 commit comments

Comments
 (0)