From f9dd2f5c97d30c9950f7875bd2057c9a09ac15da Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Thu, 31 Mar 2016 12:24:21 -0700 Subject: [PATCH] Remove coverage-send (buggy) from Travis build Signed-off-by: Nathan LeClaire --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97a942d47f..d738107fc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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*)\" != \"\" ]]" \ No newline at end of file + - "[[ \"$(find bin -type f -name docker-machine*)\" != \"\" ]]"