summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-07 16:59:38 +0300
committerWolfy-J <[email protected]>2018-06-07 16:59:38 +0300
commite2ccf9717ca11bbcf8e9b8ee5332e3211d38cfa9 (patch)
treee64ca370052172e1e981f9be0c862f870741c782 /.travis.yml
parentb1a324e9b230f7db114fe7264019f86ff1875e16 (diff)
more tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ea8b20d..f7108a84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ install:
- go get -u "github.com/stretchr/testify/assert"
script:
- - go test -race -v -coverprofile=coverage.txt -covermode=atomic
+ - go test ./... -race -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)