Skip to content

Commit

Permalink
Add install-dev-toolsl to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jul 2, 2017
1 parent c415f89 commit 008f1ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 008f1ed

Please sign in to comment.