diff --git a/.travis.yml b/.travis.yml index 50bdfeb5..effb133e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,6 @@ before_install: jobs: include: - script: DOCKER_API_VERSION=1.37 make dind dtest - - stage: Run Test Coverage - script: make cover - after_success: bash <(curl -s https://codecov.io/bash) - stage: Build Release script: - make release diff --git a/Makefile b/Makefile index e672dce5..6fbe1eef 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 test + make all .PHONY: snakeoil snakeoil: ## Update snakeoil certs for testing