Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
eko committed Oct 19, 2019
1 parent 12368dc commit 67c8f50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,4 +1,5 @@
language: go

matrix:
include:
- go: 1.x
Expand All @@ -15,4 +16,7 @@ install:
- go get -t -v ./...

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

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

0 comments on commit 67c8f50

Please sign in to comment.