open-consul/.travis.yml

14 lines
126 B
YAML

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