fix travis

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-14 11:54:43 -04:00
parent 843aebf2c1
commit 0d395c8b96
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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