Skip to content

Commit ef6fe01

Browse files
committed
Update swift-tools-version to 5.2.
1 parent a9b06e4 commit ef6fe01

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1
1+
5.2

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
1-
notifications:
2-
slack: zewo:VjyVCCQvTOw9yrbzQysZezD1
31
language: generic
42
env:
53
global:
6-
- SWIFT_VERSION=5.1
4+
- SWIFT_VERSION=5.2
75
matrix:
86
include:
97
- os: osx
108
env: JOB=SwiftPM_OSX
119
osx_image: xcode11
1210
- os: linux
1311
env: JOB=SwiftPM_linux
14-
dist: bionic
12+
dist: focal
1513
sudo: required
1614
install:
1715
- travis_retry eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
1816
script:
1917
- swift build -c release
2018
- swift build
2119
- swift test --enable-test-discovery
22-
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
23-
eval "$(curl -sL https://raw.githubusercontent.com/lgaches/swifttravisci/master/codecov)";
24-
fi'
25-

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.1
1+
// swift-tools-version:5.2
22
import PackageDescription
33

44
let package = Package(

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The Swift implementation for GraphQL, a query language for APIs created by Faceb
66
[![License][mit-badge]][mit-url]
77
[![Slack][slack-badge]][slack-url]
88
[![Travis][travis-badge]][travis-url]
9-
[![Codecov][codecov-badge]][codecov-url]
109
[![Codebeat][codebeat-badge]][codebeat-url]
1110

1211
Looking for help? Find resources [from the community](http://graphql.org/community/).
@@ -22,16 +21,13 @@ This repo only contains the core GraphQL implementation. For a better experience
2221

2322
This project is released under the MIT license. See [LICENSE](LICENSE) for details.
2423

25-
[swift-badge]: https://img.shields.io/badge/Swift-5.1-orange.svg?style=flat
24+
[swift-badge]: https://img.shields.io/badge/Swift-5.2-orange.svg?style=flat
2625
[swift-url]: https://swift.org
2726
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
2827
[mit-url]: https://tldrlegal.com/license/mit-license
29-
[slack-image]: http://s13.postimg.org/ybwy92ktf/Slack.png
30-
[slack-badge]: https://zewo-slackin.herokuapp.com/badge.svg
28+
[slack-badge]: http://slack.zewo.io/badge.svg
3129
[slack-url]: http://slack.zewo.io
3230
[travis-badge]: https://travis-ci.org/GraphQLSwift/GraphQL.svg?branch=master
3331
[travis-url]: https://travis-ci.org/GraphQLSwift/GraphQL
34-
[codecov-badge]: https://codecov.io/gh/GraphQLSwift/GraphQL/branch/master/graph/badge.svg
35-
[codecov-url]: https://codecov.io/gh/GraphQLSwift/GraphQL
3632
[codebeat-badge]: https://codebeat.co/badges/13293962-d1d8-4906-8e62-30a2cbb66b38
3733
[codebeat-url]: https://codebeat.co/projects/github-com-graphqlswift-graphql

0 commit comments

Comments
 (0)