Bump Travis to Go 1.7

This commit is contained in:
Bjørn Erik Pedersen 2016-08-16 10:09:34 +02:00
parent 346299ea79
commit 654fc7bb54

View file

@ -1,8 +1,8 @@
language: go
go:
- 1.4.3
- 1.5.4
- 1.6.3
- 1.7
- tip
os:
@ -12,6 +12,7 @@ os:
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- go test -v ./...