diff --git a/.travis.yml b/.travis.yml index effb133e..2cba0148 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,9 @@ before_install: - go get honnef.co/go/tools/cmd/staticcheck jobs: include: - - script: DOCKER_API_VERSION=1.37 make dind dtest + - script: + - make fmt lint staticcheck vet install + - DOCKER_API_VERSION=1.37 make dind dtest - stage: Build Release script: - make release diff --git a/Makefile b/Makefile index 6fbe1eef..e672dce5 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ dtest: ## Run the tests in a docker container -e DOCKER_CERT_PATH=/etc/docker/ssl \ -e DOCKER_API_VERSION \ $(DOCKER_IMAGE) \ - make all + make test .PHONY: snakeoil snakeoil: ## Update snakeoil certs for testing