Update Makefile with new deps, go1.7 in travis

This commit is contained in:
James Bardin 2016-09-15 16:19:29 -04:00
parent bdd93440d8
commit 88422edf64
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
sudo: false
language: go
go: 1.5
go: 1.7

View File

@ -6,6 +6,7 @@ fmt: generate
go fmt ./...
test: generate
go get -t ./...
go test $(TEST) $(TESTARGS)
generate: