Merge pull request #528 from flimzy/go1.8

Add Go 1.8 to the testing matrix
This commit is contained in:
Simon Eskildsen 2017-05-03 20:34:05 +02:00 committed by GitHub
commit 508f304878
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 ./...