Skip to content

Commit

Permalink
Test with golang 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dims committed Aug 5, 2019
1 parent ab4d90c commit 34123a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- diff -u <(echo -n) <(golint $(go list -e ./...))
- go tool vet .
- go tool vet . || go vet .
- go test -v -race ./...
install:
- go get golang.org/x/lint/golint

0 comments on commit 34123a4

Please sign in to comment.