From f3f89205f4a361d8f2116c780aeaab3777b7775b Mon Sep 17 00:00:00 2001 From: ShuNing Date: Mon, 16 Dec 2019 00:45:05 -0800 Subject: [PATCH] test: fix travis ci (#2025) Signed-off-by: nolouch --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68c813ade1b..1fcf39c9508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,13 +15,12 @@ script: matrix: include: - go: 1.13 - install: - - go get github.com/mattn/goveralls env: - TRAVIS_COVERAGE=1 script: - make ci after_success: + - go get github.com/mattn/goveralls - travis_wait make travis_coverage - mv overalls.coverprofile coverage.txt - bash <(curl -s https://codecov.io/bash)