summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-23 20:26:21 -0500
committerWolfy-J <[email protected]>2018-01-23 20:26:21 -0500
commit95f86a2beea5db1c285a2df132e86a3f7c006886 (patch)
treeabbbbd56e949bb687089fda41806df4a9792f669 /.travis.yml
parent7105895ebcc34161d8249432e5139c33c32d32f8 (diff)
unix tests fixed
Diffstat (limited to '.travis.yml')
-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