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