Commit ef665993 authored by Michelle Noorali's avatar Michelle Noorali

modify travis so it will install golint and govet

* before running tests
parent 14d75f4d
......@@ -9,4 +9,5 @@ install:
- sudo pip install -r expandybird/requirements.txt
script:
- make setup-gotools
- make test
......@@ -34,6 +34,10 @@ clean:
test: build
go test -v $(GO_DEPS)
.PHONY: setup-gotools
setup-gotools:
$(SETUP_GOTOOLS)
push: container
container: .project .docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment