Commit fe3c380f authored by Kevin Atkinson's avatar Kevin Atkinson

Fix Travis CI to run all tests.

parent d5fe12a0
...@@ -10,7 +10,7 @@ install: ...@@ -10,7 +10,7 @@ install:
- go get github.com/whyrusleeping/gx-go - go get github.com/whyrusleeping/gx-go
- gx install --global - gx install --global
script: script:
- gx test -v -race -coverprofile=coverage.txt -covermode=atomic . - gx test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - 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