Add Go 1.8 to the testing matrix

And use the .x versions, so the latest versions of each Go release is used.
This commit is contained in:
Jonathan Hall 2017-04-20 09:50:47 +02:00
parent 10f801ebc3
commit dba7a9fd25
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
language: go language: go
go: go:
- 1.6 - 1.6.x
- 1.7 - 1.7.x
- 1.8.x
- tip - tip
install: install:
- go get -t ./... - go get -t ./...