Skip to content

Commit 68106da

Browse files
authored
Merge pull request #20 from neolit123/go1.12
CI: only test using 1.12.x
2 parents addf6da + 2f65673 commit 68106da

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: go
22
dist: xenial
33
go:
4-
- 1.10.x
5-
- 1.11.x
64
- 1.12.x
75
script:
86
- diff -u <(echo -n) <(gofmt -d *.go)
97
- diff -u <(echo -n) <(golint $(go list -e ./...) | grep -v YAMLToJSON)
10-
- go vet .
11-
- go test -v -race ./...
8+
- GO111MODULE=on go vet .
9+
- GO111MODULE=on go test -v -race ./...
1210
install:
1311
- go get golang.org/x/lint/golint

0 commit comments

Comments
 (0)