status-protocol-go/.travis.yml

20 lines
211 B
YAML
Raw Normal View History

notifications:
email: false
language: go
2019-07-25 06:51:30 +00:00
go:
- "1.12.x"
- "1.13.x"
install: true
env:
2019-07-25 06:51:30 +00:00
- GO111MODULE=on GOFLAGS=-mod=vendor
before_script:
2019-07-25 06:51:30 +00:00
- make install-linter
2019-07-25 06:51:30 +00:00
script:
- make lint
- make test