Skip to content

Commit d9e726b

Browse files
committed
Fix travis
1 parent dc781fc commit d9e726b

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
@@ -1,6 +1,6 @@
11
sudo: false
22
language: go
3-
go: [ 1.11.x ]
3+
go: [ 1.13.x ]
44

55
env:
66
- GO111MODULE=on
@@ -10,6 +10,7 @@ install:
1010
- true
1111

1212
script:
13+
- go get -u github.com/golang/lint/golint
1314
- golint ./...
1415
- go test ./...
1516

0 commit comments

Comments
 (0)