Skip to content

Commit

Permalink
Fix travis-ci
Browse files Browse the repository at this point in the history
commit e94063d
Author: Travis Jeffery <[email protected]>
Date:   Tue Oct 10 02:43:02 2017 -0500

    update go version

commit 5bfe666
Author: Travis Jeffery <[email protected]>
Date:   Tue Oct 10 02:39:19 2017 -0500

    fix build
  • Loading branch information
travisjeffery committed Oct 10, 2017
1 parent f964a59 commit 565363f
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 @@
language: go
go:
- 1.7.x
- 1.9.x
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all: deps test

.PHONY: deps
deps:
@which dep 2>/dev/null || go get -u github.com/golang/dep/cmd/dep
dep ensure

.PHONY: test
Expand Down

0 comments on commit 565363f

Please sign in to comment.