Merge pull request #269 from xenolf/travisci-go-updates

Shift CI test to newer Go versions
This commit is contained in:
xenolf 2016-08-17 20:15:19 +02:00 committed by GitHub
commit cfdbc15336

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.5.3
- 1.6
- 1.6.3
- 1.7
- tip
install:
- go get -t ./...