Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beeceej authored Jan 9, 2019
1 parent 0bbd4dc commit 2b199da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ os:
matrix:
fast_finish: true
script:
- go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- go test ./... -race -coverprofile=coverage.txt -covermode=atomic

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

0 comments on commit 2b199da

Please sign in to comment.