Skip to content

Commit 2de7caf

Browse files
committed
travis: support for go1.7+
1 parent bede7d5 commit 2de7caf

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,7 +1,8 @@
11
language: go
22

33
go:
4-
- 1.4
4+
- 1.7
5+
- tip
56

67
before_install:
78
- go get github.com/axw/gocov/gocov

0 commit comments

Comments
 (0)