Skip to content

Commit 496a3cb

Browse files
committed
Update Travis config for 1.7
1 parent ccee6e9 commit 496a3cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ go:
44
- 1.4
55
- 1.5
66
- 1.6
7+
- 1.7
78
- tip
89

910
matrix:
1011
allow_failures:
1112
- go: tip
1213

1314
before_install:
14-
- "if [[ $TRAVIS_GO_VERSION == 1.6 ]]; then go get -v github.com/golang/lint/golint; fi"
15+
- "if [[ $TRAVIS_GO_VERSION == 1.7 ]]; then go get -v github.com/golang/lint/golint; fi"
1516

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

2223
sudo: false

0 commit comments

Comments
 (0)