mirror of
https://github.com/danog/liquid.git
synced 2024-11-26 23:34:47 +01:00
Add install-dev-toolsl to travis
This commit is contained in:
parent
c415f89ab9
commit
008f1ed03f
@ -5,6 +5,7 @@ go:
|
||||
|
||||
before_install:
|
||||
- go get github.com/mattn/goveralls
|
||||
- make install-dev-tools
|
||||
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||
|
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ clean: ## remove binary files
|
||||
deps: ## list dependencies
|
||||
go list -f '{{join .Imports "\n"}}' ./... | grep -v ${PACKAGE} | grep '\.' | sort | uniq
|
||||
|
||||
setup: ## install dependencies and development tools
|
||||
install-dev-tools: ## install dependencies and development tools
|
||||
go get -t ./...
|
||||
go get github.com/alecthomas/gometalinter
|
||||
go get golang.org/x/tools/cmd/stringer
|
||||
|
Loading…
Reference in New Issue
Block a user