Skip to content

Commit dab6e1e

Browse files
committed
drop go1.8 and add go1.11
1 parent e1787a1 commit dab6e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: go
22

33
go:
4-
- "1.8"
54
- "1.9"
65
- "1.10"
6+
- "1.11"
77

88
before_install:
99
- go get github.com/axw/gocov/gocov

0 commit comments

Comments
 (0)