diff --git a/.travis.yml b/.travis.yml index e09157b3..87f92c12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go +sudo: false go: - 1.4 - 1.5rc1 script: - - go test -short -bench=. + - go test -race -bench=.