status-console-client/.travis.yml
2019-02-11 13:48:44 +01:00

24 lines
269 B
YAML

notifications:
email: false
language: go
install: true
env:
- GO111MODULE=on
before_script:
- make install-dev
matrix:
include:
- go: "1.10.x"
script:
- make lint-v110
- make test-v110
- go: "1.11.x"
script:
- make lint
- make test