author | Alberto Bertogli
<albertito@blitiri.com.ar> 2016-05-30 10:37:06 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2016-05-30 10:37:06 UTC |
parent | 27caeffdd347206f526fd18a7800cfa3181d488d |
.travis.yml | +3 | -2 |
diff --git a/.travis.yml b/.travis.yml index cf5208b..59df635 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ go: - tip script: - - go test - - go test -bench . + - go test ./... + - go test -bench . ./... + - go test -race -bench . ./...