Update travis to test against golang 1.7 (#80)

This commit is contained in:
David Hill 2016-08-17 14:13:29 -04:00 committed by Dave Collins
parent 6906ba090e
commit 68e5965458

View file

@ -1,13 +1,11 @@
language: go
go:
- 1.5.3
- 1.6
- 1.6.3
- 1.7
sudo: false
before_install:
- gotools=golang.org/x/tools
install:
- go get -d -t -v ./...
- go get -v $gotools/cmd/cover
- go get -v golang.org/x/tools/cmd/cover
- go get -v github.com/bradfitz/goimports
- go get -v github.com/golang/lint/golint
script: