From 0d395c8b9662473b6ce3308a9645f1bd97748090 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sat, 14 Jul 2018 11:54:43 -0400 Subject: [PATCH] fix travis Signed-off-by: Jess Frazelle --- .travis.yml | 4 +++- Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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