~dricottone/image2ascii

509e3a752779f82e58dc3f78ef548dcff563d452 — 秦世成 6 years ago 0269e43
Add test case cover
1 files changed, 7 insertions(+), 1 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +7 -1
@@ 10,9 10,15 @@ go:
  - "1.8"
  - "1.10.x"
  - "1.11.x"
before_install:
  - go get -t -v ./...

script:
  - go test -race -coverprofile=coverage.txt -covermode=atomic
  - go build
  
after_success:
  - bash <(curl -s https://codecov.io/bash)

deploy:
  provider: releases


@@ 22,4 28,4 @@ deploy:
  skip_cleanup: true
  on:
    all_branches: true
    tags: true
\ No newline at end of file
    tags: true