mirror of https://github.com/docker/docs.git
Fix the CI on darwin/windows
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
f3775f774c
commit
6ab09860af
10
.travis.yml
10
.travis.yml
|
|
@ -4,7 +4,9 @@ language: bash
|
||||||
services: docker
|
services: docker
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- TARGET_OS=linux TARGET_ARCH=amd64 TARGETS="make validate coverage-send"
|
- TARGET_OS=linux TARGET_ARCH=amd64 TARGETS="make build validate coverage-send"
|
||||||
- TARGET_OS=darwin TARGET_ARCH=amd64 TARGETS="cross"
|
- TARGET_OS=darwin TARGET_ARCH=amd64 TARGETS="build-x"
|
||||||
- TARGET_OS=windows TARGET_ARCH=amd64 TARGETS="cross"
|
- TARGET_OS=windows TARGET_ARCH=amd64 TARGETS="build-x"
|
||||||
script: USE_CONTAINER=true make "$TARGETS"
|
script:
|
||||||
|
- USE_CONTAINER=true make "$TARGETS"
|
||||||
|
- "[[ \"$(find bin -type f -name docker-machine*)\" != \"\" ]]"
|
||||||
Loading…
Reference in New Issue