Skip to content

Commit 844e928

Browse files
committed
Change travis test to use go 1.10 and 1.11
1 parent a811584 commit 844e928

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
language: go
33

44
go:
5-
- 1.8
6-
- 1.9
75
- "1.10"
6+
- "1.11"
87

98
install: make deps
109
script: make test

0 commit comments

Comments
 (0)