open-consul/.travis.yml

14 lines
100 B
YAML

language: go
go:
- 1.8.3
branches:
only:
- master
script:
- make test vet
sudo: false