We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a5a4d commit 71772a2Copy full SHA for 71772a2
.travis.yml
@@ -6,6 +6,7 @@ go:
6
- 1.11.x
7
- 1.12.x
8
- 1.13.x
9
+ - 1.14.x
10
- tip
11
12
os:
@@ -22,7 +23,7 @@ install:
22
23
24
before_script:
25
- |
- if [[ $TRAVIS_GO_VERSION == 1.12 && $(arch) != 'ppc64le' ]]; then
26
+ if [[ $TRAVIS_GO_VERSION == 1.14 && $(arch) != 'ppc64le' ]]; then
27
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin
28
fi
29
@@ -40,7 +41,7 @@ script:
40
41
go test -race -v -tags appengine
42
43
44
45
golangci-lint run
46
47
0 commit comments