Skip to content

Commit

Permalink
speed up travis-ci (#9926)
Browse files Browse the repository at this point in the history
prune unnecessary tests in Travis-ci.
  • Loading branch information
xiekeyi98 authored Apr 11, 2019
1 parent 7423c3c commit b007cb3
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 @@ -6,7 +6,6 @@ go:
- "1.12"

env:
- TRAVIS_COVERAGE=0
- TRAVIS_COVERAGE=1

# Run coverage tests.
Expand All @@ -23,4 +22,4 @@ before_install:
# See https://github.com/golang/go/issues/12933
- bash gitcookie.sh
script:
- make dev upload-coverage
- make gotest upload-coverage

0 comments on commit b007cb3

Please sign in to comment.