Remove coverage-send (buggy) from Travis build

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2016-03-31 12:24:21 -07:00
parent 51fb3f0c0c
commit f9dd2f5c97
1 changed files with 2 additions and 2 deletions

View File

@ -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*)\" != \"\" ]]"