Skip to content

Commit a884768

Browse files
author
Sri Krishna Paritala
committed
Updated Travis File
Added 1.12.x and changed go tool vet to go vet
1 parent 90f92eb commit a884768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ matrix:
55
include:
66
- go: 1.10.x
77
- go: 1.11.x
8+
- go: 1.12.x
89
- go: 1.x
910
env: LATEST=true
1011
- go: tip
@@ -17,5 +18,5 @@ install:
1718
script:
1819
- go get -t -v ./...
1920
- diff -u <(echo -n) <(gofmt -d .)
20-
- if [[ "$LATEST" = true ]]; then go tool vet .; fi
21+
- if [[ "$LATEST" = true ]]; then go vet .; fi
2122
- go test -v ./...

0 commit comments

Comments
 (0)