open-consul/.travis.yml

22 lines
299 B
YAML

language: go
go:
- "1.x"
branches:
only:
- master
- f-envoy
matrix:
include:
- env: GOTEST_PKGS="./api"
- env: GOTEST_PKGS="./agent"
- env: GOTEST_PKGS="./agent/consul"
- env: GOTEST_PKGS_EXCLUDE="./api|./agent|./agent/consul"
script:
- make test-ci
sudo: false