Skip to content

Commit

Permalink
make install-dev-tools doesn't update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jul 5, 2017
1 parent 5425668 commit 9714544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9714544

Please sign in to comment.