Skip to content

Commit 71772a2

Browse files
committed
Test on Go 1.14
1 parent 81a5a4d commit 71772a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ go:
66
- 1.11.x
77
- 1.12.x
88
- 1.13.x
9+
- 1.14.x
910
- tip
1011

1112
os:
@@ -22,7 +23,7 @@ install:
2223

2324
before_script:
2425
- |
25-
if [[ $TRAVIS_GO_VERSION == 1.12 && $(arch) != 'ppc64le' ]]; then
26+
if [[ $TRAVIS_GO_VERSION == 1.14 && $(arch) != 'ppc64le' ]]; then
2627
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin
2728
fi
2829
@@ -40,7 +41,7 @@ script:
4041
go test -race -v -tags appengine
4142
fi
4243
- |
43-
if [[ $TRAVIS_GO_VERSION == 1.12 && $(arch) != 'ppc64le' ]]; then
44+
if [[ $TRAVIS_GO_VERSION == 1.14 && $(arch) != 'ppc64le' ]]; then
4445
golangci-lint run
4546
fi
4647

0 commit comments

Comments
 (0)