Skip to content

Commit ab66136

Browse files
committed
Try go 1.11 on travis
1 parent 1205549 commit ab66136

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: go
2-
go: "1.10"
2+
go:
3+
- "1.10.x"
4+
- "1.11.x"
35

46
install: true
57
before_script: make setup

0 commit comments

Comments
 (0)