Skip to content

Commit

Permalink
Update .travis to fix codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelrubbioli authored and rodrigo-brito committed Oct 9, 2019
1 parent dcc6198 commit 29d402f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: go

go: 1.12.x
go: 1.13.x

before_install:
- go get -t -v ./...
- go mod download

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go test -race -cover -coverprofile=coverage.txt -covermode=atomic ./...

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

0 comments on commit 29d402f

Please sign in to comment.