Skip to content

Commit 0865e36

Browse files
committed
test: CI under go 1.13
1 parent 67c1a33 commit 0865e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: go
22

33
go:
44
- 1.12
5+
- 1.13
56

67
script:
78
- set -e
8-
- 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
910
- ./bin/golangci-lint run ./...
1011
- go test -v -coverprofile cover.out -args -alhoc
1112

0 commit comments

Comments
 (0)