mirror of https://github.com/docker/docs.git
Remove invalid target
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
35ff801ae4
commit
ffd70ac33a
|
@ -4,7 +4,7 @@ language: bash
|
|||
services: docker
|
||||
env:
|
||||
matrix:
|
||||
- TARGET_OS=linux TARGET_ARCH=amd64 TARGETS="make build validate coverage-send"
|
||||
- TARGET_OS=linux TARGET_ARCH=amd64 TARGETS="build validate coverage-send"
|
||||
- TARGET_OS=darwin TARGET_ARCH=amd64 TARGETS="build-x"
|
||||
- TARGET_OS=windows TARGET_ARCH=amd64 TARGETS="build-x"
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue