Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
feat: upgrading to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Compton committed Nov 16, 2018
1 parent 080cc98 commit f21b37d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then osName="osx"; fi
- export projectFolder=`pwd`
- projectName="$(basename $projectFolder)"
- export SWIFT_SNAPSHOT=swift-4.2.0
- export SWIFT_SNAPSHOT=swift-4.2
- source ./Package-Builder/install-swift.sh
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run testsdkgen; fi
- if [[ $TRAVIS_EVENT_TYPE != "cron" ]]; then npm run coverage && npm run report-coverage; fi
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

This module is a [Yeoman](http://yeoman.io) generator for creating REST webservices based on the [Kitura web framework](http://kitura.io) with the [Swift](https://swift.org/) language.

This generator and the Yeoman library runs on Node.js and generates a Swift 4.2.0 application.
This generator and the Yeoman library runs on Node.js and generates a Swift 4.2 application.

## Contents
1. [Prerequisites](#prerequisites)
Expand Down
2 changes: 1 addition & 1 deletion refresh/templates/common/swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
4.2

0 comments on commit f21b37d

Please sign in to comment.