Add Go 1.7 to Travis config

This commit is contained in:
Bjørn Erik Pedersen 2016-08-16 10:07:57 +02:00
parent cc9c21814b
commit b28a7effac
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ language: go
go:
- 1.5.4
- 1.6.3
- 1.7
- tip
os:
@ -13,6 +14,7 @@ os:
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- go test -v ./...