modify travis so it will install golint and govet

* before running tests
pull/207/head
Michelle Noorali 9 years ago
parent 14d75f4d21
commit ef665993dd

@ -9,4 +9,5 @@ install:
- sudo pip install -r expandybird/requirements.txt - sudo pip install -r expandybird/requirements.txt
script: script:
- make setup-gotools
- make test - make test

@ -34,6 +34,10 @@ clean:
test: build test: build
go test -v $(GO_DEPS) go test -v $(GO_DEPS)
.PHONY: setup-gotools
setup-gotools:
$(SETUP_GOTOOLS)
push: container push: container
container: .project .docker container: .project .docker

Loading…
Cancel
Save