Skip to content

Commit f8f4ddd

Browse files
Update CI config
1 parent d52f528 commit f8f4ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ dist: xenial
33
go:
44
- 1.10.x
55
- 1.11.x
6+
- 1.12.x
67
script:
7-
- go get -t -v ./...
8-
- diff -u <(echo -n) <(gofmt -d .)
8+
- diff -u <(echo -n) <(gofmt -d *.go)
99
- diff -u <(echo -n) <(golint $(go list -e ./...) | grep -v YAMLToJSON)
10-
- go tool vet .
10+
- go vet .
1111
- go test -v -race ./...
1212
install:
1313
- go get golang.org/x/lint/golint

0 commit comments

Comments
 (0)