Skip to content

Commit

Permalink
Update Makefile with new deps, go1.7 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Sep 16, 2016
1 parent bdd9344 commit 88422ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sudo: false
language: go
go: 1.5
go: 1.7
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fmt: generate
go fmt ./...

test: generate
go get -t ./...
go test $(TEST) $(TESTARGS)

generate:
Expand Down

0 comments on commit 88422ed

Please sign in to comment.