summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-07 17:32:13 +0300
committerWolfy-J <[email protected]>2018-06-07 17:32:13 +0300
commit1871706eee3aa9e6b534372fbf2817e317f25a92 (patch)
treeb57380f49ef83785a621e6232e84b599d26d1bae /.travis.yml
parente2ccf9717ca11bbcf8e9b8ee5332e3211d38cfa9 (diff)
serving
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 f7108a84..5ea8b20d 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)