consul/.travis.yml
2018-02-22 09:27:55 +01:00

14 lines
126 B
YAML

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