We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c1a33 commit 0865e36Copy full SHA for 0865e36
.travis.yml
@@ -2,10 +2,11 @@ language: go
2
3
go:
4
- 1.12
5
+ - 1.13
6
7
script:
8
- set -e
- - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.17.1
9
+ - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s latest
10
- ./bin/golangci-lint run ./...
11
- go test -v -coverprofile cover.out -args -alhoc
12
0 commit comments