diff --git a/.swift-version b/.swift-version index b5021469..8c50098d 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0.2 +3.1 diff --git a/.travis.yml b/.travis.yml index 016f774a..8cadc30d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ branches: only: - master script: -- eval "$(curl -sL https://swift.vapor.sh/ci)" +- eval "$(curl -sL https://swift.vapor.sh/ci-3.1)" - eval "$(curl -sL https://swift.vapor.sh/codecov)" notifications: email: diff --git a/Package.pins b/Package.pins new file mode 100644 index 00000000..72175248 --- /dev/null +++ b/Package.pins @@ -0,0 +1,114 @@ +{ + "autoPin": true, + "pins": [ + { + "package": "CLibreSSL", + "reason": null, + "repositoryURL": "https://github.com/vapor/clibressl.git", + "version": "1.0.0" + }, + { + "package": "Console", + "reason": null, + "repositoryURL": "https://github.com/vapor/console.git", + "version": "1.0.2" + }, + { + "package": "Core", + "reason": null, + "repositoryURL": "https://github.com/vapor/core.git", + "version": "1.1.1" + }, + { + "package": "Crypto", + "reason": null, + "repositoryURL": "https://github.com/vapor/crypto.git", + "version": "1.1.0" + }, + { + "package": "Engine", + "reason": null, + "repositoryURL": "https://github.com/vapor/engine.git", + "version": "1.3.12" + }, + { + "package": "Fluent", + "reason": null, + "repositoryURL": "https://github.com/vapor/fluent.git", + "version": "1.4.1" + }, + { + "package": "JSON", + "reason": null, + "repositoryURL": "https://github.com/vapor/json.git", + "version": "1.0.6" + }, + { + "package": "Jay", + "reason": null, + "repositoryURL": "https://github.com/DanToml/Jay.git", + "version": "1.0.1" + }, + { + "package": "Leaf", + "reason": null, + "repositoryURL": "https://github.com/vapor/leaf.git", + "version": "1.0.6" + }, + { + "package": "Multipart", + "reason": null, + "repositoryURL": "https://github.com/vapor/multipart.git", + "version": "1.0.2" + }, + { + "package": "Node", + "reason": null, + "repositoryURL": "https://github.com/vapor/node.git", + "version": "1.0.1" + }, + { + "package": "PathIndexable", + "reason": null, + "repositoryURL": "https://github.com/vapor/path-indexable.git", + "version": "1.0.0" + }, + { + "package": "Polymorphic", + "reason": null, + "repositoryURL": "https://github.com/vapor/polymorphic.git", + "version": "1.0.1" + }, + { + "package": "Routing", + "reason": null, + "repositoryURL": "https://github.com/vapor/routing.git", + "version": "1.1.0" + }, + { + "package": "Socks", + "reason": null, + "repositoryURL": "https://github.com/vapor/socks.git", + "version": "1.2.7" + }, + { + "package": "TLS", + "reason": null, + "repositoryURL": "https://github.com/vapor/tls.git", + "version": "1.1.2" + }, + { + "package": "Turnstile", + "reason": null, + "repositoryURL": "https://github.com/stormpath/Turnstile.git", + "version": "1.0.6" + }, + { + "package": "Vapor", + "reason": null, + "repositoryURL": "https://github.com/vapor/vapor.git", + "version": "1.5.13" + } + ], + "version": 1 +} \ No newline at end of file diff --git a/README.md b/README.md index 16820224..0a0ece77 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Create useful .gitignore files for your project