Add Go 1.9, 1.10, 1.11 to travis

This commit is contained in:
Simon Eisenmann 2018-10-08 19:02:04 +02:00
parent 850288b31a
commit cd85f98ff0
1 changed files with 8 additions and 5 deletions

View File

@ -1,10 +1,13 @@
language: go language: go
go: go:
- 1.5 - "1.5"
- 1.6 - "1.6"
- 1.7 - "1.7"
- 1.8 - "1.8"
- tip - "1.9"
- "1.10"
- "1.11"
- "tip"
install: make install: make