Merge pull request #529 from epipho/test-deps

Better command line for make deps that will pull in packages from test files
This commit is contained in:
Brad Rydzewski 2014-10-11 14:27:06 -07:00
commit 8260d371c4

View file

@ -6,7 +6,7 @@ deps:
# which npm && npm -g install uglify-js less
go get github.com/GeertJohan/go.rice/rice
go get github.com/franela/goblin
go list github.com/drone/drone/... | xargs go get -t -v
go get -t -v ./...
test:
go vet ./...