diff options
author | Wolfy-J <[email protected]> | 2018-01-23 20:26:21 -0500 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-23 20:26:21 -0500 |
commit | 95f86a2beea5db1c285a2df132e86a3f7c006886 (patch) | |
tree | abbbbd56e949bb687089fda41806df4a9792f669 /.travis.yml | |
parent | 7105895ebcc34161d8249432e5139c33c32d32f8 (diff) |
unix tests fixed
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |