status-console-client/.travis.yml

17 lines
227 B
YAML
Raw Normal View History

2019-02-11 09:34:24 +01:00
notifications:
email: false
language: go
go:
- 1.10.x
- 1.11.x
sudo: false
jobs:
include:
- stage: Lint
before_script: make install-dev
script:
- make lint
- stage: Test
script:
- make test-race