Skip to content

Commit de85c1a

Browse files
Ian Partridgedjones6
authored andcommitted
Update .swift-version to 4.1 (#20)
1 parent 9202eff commit de85c1a

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.3
1+
4.1

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Travis CI build file for KituraBuddy.
1+
# Travis CI build file for KituraContracts.
22

33
# whitelist (branches that should be built)
44
branches:
@@ -12,18 +12,17 @@ matrix:
1212
- os: linux
1313
dist: trusty
1414
sudo: required
15-
- os: osx
16-
osx_image: xcode9.2
17-
sudo: required
1815
env: SWIFT_SNAPSHOT=4.0.3
1916
- os: linux
2017
dist: trusty
2118
sudo: required
22-
env: SWIFT_SNAPSHOT=swift-4.1-DEVELOPMENT-SNAPSHOT-2018-02-06-a
2319
- os: osx
2420
osx_image: xcode9.2
2521
sudo: required
26-
env: SWIFT_SNAPSHOT=swift-4.1-DEVELOPMENT-SNAPSHOT-2018-02-06-a
22+
env: SWIFT_SNAPSHOT=4.0.3
23+
- os: osx
24+
osx_image: xcode9.3
25+
sudo: required
2726

2827
before_install:
2928
- git clone https://github.com/IBM-Swift/Package-Builder.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
KituraContracts is a library containing type definitions shared by client (e.g. [KituraKit](https://ibm-swift.github.io/KituraKit/)) and server (e.g. [Kitura](https://ibm-swift.github.io/Kitura)) code. These shared type definitions include [Codable Closure Aliases](https://ibm-swift.github.io/KituraContracts/Typealiases.html), [RequestError](https://ibm-swift.github.io/KituraContracts/Structs/RequestError.html), [QueryEncoder](https://ibm-swift.github.io/KituraContracts/Classes/QueryEncoder.html), [QueryDecoder](https://ibm-swift.github.io/KituraContracts/Classes/QueryDecoder.html), [Coder](https://ibm-swift.github.io/KituraContracts/Classes/Coder.html), [Identifier Protocol](https://ibm-swift.github.io/KituraContracts/Protocols/Identifier.html#/s:15KituraContracts10IdentifierP5valueSSv) and [Extensions](https://ibm-swift.github.io/KituraContracts/Extensions.html#/s:SS) to String and Int, which add conformity to the Identifier protocol.
2828

2929
## Swift version
30-
The 0.0.x releases were tested on macOS and Linux using the Swift 4.0.3 binary. Please note that this is the default version of Swift that is include in [Xcode 9.2](https://developer.apple.com/xcode/).
30+
The 0.0.x releases were tested on macOS and Linux using the Swift 4.0.3 and 4.1 binaries. Please note that this is the default version of Swift that is include in [Xcode 9.2 and 9.3](https://developer.apple.com/xcode/).
3131

3232
## Community
3333

0 commit comments

Comments
 (0)