summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7fef76c..214fc60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,7 @@ before_install:
- go get -u -t ./...
script:
- - go test -v -race -coverprofile=coverage.txt -covermode=atomic
+ - ./test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
-
-comment: off