Update Swift version to 5.0 (#63)
Swift 5 is now officially released, so it’s time to adopt it! :)
This commit is contained in:
parent
b9177c4104
commit
3aa1a6dc99
@ -3,7 +3,7 @@ language: generic
|
||||
sudo: required
|
||||
dist: trusty
|
||||
env:
|
||||
- SWIFT_VERSION=4.2
|
||||
- SWIFT_VERSION=5.0
|
||||
install:
|
||||
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
|
||||
script:
|
||||
|
@ -1,4 +1,4 @@
|
||||
// swift-tools-version:4.2
|
||||
// swift-tools-version:5.0
|
||||
|
||||
/**
|
||||
* Splash
|
||||
|
Loading…
x
Reference in New Issue
Block a user