~dricottone/image2ascii

9a8a79a4a2cd6a35671d1ca574dc75734d5dfe96 — 秦世成 6 years ago b71eb28
Update travis ci config file to support converalls
1 files changed, 4 insertions(+), 8 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +4 -8
@@ 6,19 6,15 @@ os:
  - windows

go:
  - "1.x"
  - "1.8"
  - "1.10.x"
  - "1.11.x"
  - "tip"
  
before_install:
  - go get -t -v ./...

  - go get github.com/mattn/goveralls
script:
  - go test -race -coverprofile=coverage.txt -covermode=atomic ./...
  - go build
  
after_success:
  - bash <(curl -s https://codecov.io/bash)
  - $GOPATH/bin/goveralls -service=travis-ci

deploy:
  provider: releases