summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b1d29f61..869b9dba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,4 +20,5 @@ install:
- go get -u "github.com/stretchr/testify/assert"
script:
- - go test -race -bench=. -benchmem -v \ No newline at end of file
+ - go test -race -bench=. -benchmem
+ - go test -bench=. -benchmem -v \ No newline at end of file