diff --git a/.travis.yml b/.travis.yml index 45823931ac..7d99c9bd3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ branches: - master script: - - make test + - GOTEST_FLAGS="-p 2 -parallel 2" make test sudo: false