1
0
mirror of https://github.com/danog/liquid.git synced 2025-01-22 13:53:09 +01:00

make install-dev-tools doesn't update packages

This commit is contained in:
Oliver Steele 2017-07-05 09:50:50 -04:00
parent 5425668094
commit 9714544301
2 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,10 @@ language: go
go:
- 1.8.3
before_install:
install:
- go get github.com/mattn/goveralls
- make install-dev-tools
- go get -t ./...
script:
- $HOME/gopath/bin/goveralls -service=travis-ci

View File

@ -27,7 +27,6 @@ deps: ## list dependencies
go list -f '{{join .Imports "\n"}}' ./... | grep -v ${PACKAGE} | grep '\.' | sort | uniq
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
go install golang.org/x/tools/cmd/goyacc