mirror of https://github.com/docker/docs.git
Remove coverage-send (buggy) from Travis build
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
51fb3f0c0c
commit
f9dd2f5c97
|
@ -4,9 +4,9 @@ language: bash
|
|||
services: docker
|
||||
env:
|
||||
matrix:
|
||||
- TARGET_OS=linux TARGET_ARCH=amd64 TARGETS="build validate coverage-send"
|
||||
- TARGET_OS=linux TARGET_ARCH=amd64 TARGETS="build validate"
|
||||
- TARGET_OS=darwin TARGET_ARCH=amd64 TARGETS="build-x"
|
||||
- TARGET_OS=windows TARGET_ARCH=amd64 TARGETS="build-x"
|
||||
script:
|
||||
- USE_CONTAINER=true make "$TARGETS"
|
||||
- "[[ \"$(find bin -type f -name docker-machine*)\" != \"\" ]]"
|
||||
- "[[ \"$(find bin -type f -name docker-machine*)\" != \"\" ]]"
|
||||
|
|
Loading…
Reference in New Issue