1
0
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:
Oliver Steele 2017-07-02 08:01:12 -04:00
parent c415f89ab9
commit 008f1ed03f
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -71,7 +71,7 @@ This library is in its early days. IMO it's not sufficiently mature to be worth
### Setup
```bash
make setup
make install-dev-tools
```
### Workflow