language: go go: - 1.x branches: only: - master script: - GOTEST_FLAGS="-p 2 -parallel 2" make test sudo: false