Skip to content

Commit

Permalink
Upgrades Swift version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Aug 12, 2017
1 parent 7291a9a commit 4406625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0-DEVELOPMENT-SNAPSHOT-2017-07-28-a
4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install:

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

0 comments on commit 4406625

Please sign in to comment.