Skip to content

Commit

Permalink
Fixed .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lni committed Jun 21, 2019
1 parent 95e86bd commit e848331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ before_install:
- go get -u google.golang.org/grpc

script:
- make ci-quick-test
- go test -tags "dragonboat_leveldb_test" -v -coverprofile=coverage.txt -covermode=atomic
- GO111MODULE=on make ci-quick-test
- GO111MODULE=on go test -tags "dragonboat_leveldb_test" -v -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e848331

Please sign in to comment.