Skip to content

Commit 52c0963

Browse files
committed
fix travis
1 parent 0e596a0 commit 52c0963

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ language: go
33
sudo: false
44

55
go:
6-
- release
7-
- tip
6+
- 1.11.x
7+
8+
git:
9+
depth: 1
810

911
before_script:
1012
- go vet ./...

0 commit comments

Comments
 (0)