Skip to content

Commit

Permalink
Attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Lee committed Jun 2, 2017
1 parent cca2165 commit 0b2477d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ release-all: clean test
GOOS=windows make release

deps: $(SOURCES)
echo $(GOPATH)
cd .. && go get -u github.com/Masterminds/glide && glide install
cd .. && go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install

test: deps
SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" ./...
Expand Down

0 comments on commit 0b2477d

Please sign in to comment.