Skip to content

Commit

Permalink
test: fix travis ci (#2029)
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
sre-bot authored and disksing committed Dec 17, 2019
1 parent 19b6ccf commit 55fd0e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 55fd0e5

Please sign in to comment.