status-protocol-go/.travis.yml

24 lines
263 B
YAML
Raw Normal View History

notifications:
email: false
language: go
2019-07-25 06:51:30 +00:00
go:
- "1.12.x"
- "1.13beta1"
install: true
env:
2019-07-25 06:51:30 +00:00
- GO111MODULE=on GOFLAGS=-mod=vendor
matrix:
allow_failures:
- go: "1.13beta1"
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