Skip to content

Commit

Permalink
Updates SPM to use release version of Swift 4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 7, 2017
1 parent 58917c7 commit 95a51a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a
4.0
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,7 @@ install:

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

0 comments on commit 95a51a6

Please sign in to comment.