consul/.travis.yml

14 lines
125 B
YAML
Raw Normal View History

2014-04-19 20:40:38 +00:00
language: go
go:
2017-09-07 16:16:02 +00:00
- 1.x
2014-04-19 20:40:38 +00:00
branches:
only:
- master
2014-04-19 20:40:38 +00:00
script:
2018-02-21 11:58:51 +00:00
- GOTEST_FLAGS="-p 3 -parallel 1" make test
2015-07-28 16:13:25 +00:00
sudo: true