Skip to content

Commit ed835b2

Browse files
committed
Test on 1.11 and update golint path
1 parent 277d39e commit ed835b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ go:
55
- 1.8
66
- 1.9
77
- "1.10"
8+
- 1.11
89
- tip
910

1011
before_install:
11-
- "if [[ $TRAVIS_GO_VERSION == 1.10 ]]; then go get -v github.com/golang/lint/golint; fi"
12+
- "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then go get -u golang.org/x/lint/golint; fi"
1213

1314
install:
1415
- go get -v -t ./...
1516

1617
script:
1718
- go test -race -cpu 1,4 -v
1819
- go test -race -v -tags appengine
19-
- "if [[ $TRAVIS_GO_VERSION == 1.10 ]]; then go vet ./...; fi"
20-
- "if [[ $TRAVIS_GO_VERSION == 1.10 ]]; then golint .; fi"
20+
- "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then go vet ./...; fi"
21+
- "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then golint .; fi"
2122

2223
sudo: false

0 commit comments

Comments
 (0)