Unverified Commit 9f6e627e authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #11 from ipfs/kevina/fix-travis-ci

Fix Travis CI to run all tests.
parents d5fe12a0 fe3c380f
......@@ -10,7 +10,7 @@ install:
- go get github.com/whyrusleeping/gx-go
- gx install --global
script:
- gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
- gx test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)
......
coverage:
range: "50...100"
comment: off
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment