Merge pull request #9 from digitalocean/mdl-travis-go17

travis: use Go 1.7
This commit is contained in:
Matt Layher 2016-08-31 17:09:20 -04:00 committed by GitHub
commit 754c709cd3

View File

@ -1,6 +1,6 @@
language: go language: go
go: go:
- 1.6.2 - 1.7
before_install: before_install:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
before_script: before_script: