Merge pull request #3260 from nathanleclaire/remove_coverage_send

Remove coverage-send (buggy) from Travis build
This commit is contained in:
Olivier Gambier 2016-03-31 13:57:58 -07:00
commit 5b9663f896
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*)\" != \"\" ]]"