status-protocol-go/.travis.yml

20 lines
211 B
YAML

notifications:
email: false
language: go
go:
- "1.12.x"
- "1.13.x"
install: true
env:
- GO111MODULE=on GOFLAGS=-mod=vendor
before_script:
- make install-linter
script:
- make lint
- make test