mirror of
https://github.com/status-im/status-protocol-go.git
synced 2025-03-04 04:20:38 +00:00
24 lines
263 B
YAML
24 lines
263 B
YAML
notifications:
|
|
email: false
|
|
|
|
language: go
|
|
go:
|
|
- "1.12.x"
|
|
- "1.13beta1"
|
|
|
|
install: true
|
|
|
|
env:
|
|
- GO111MODULE=on GOFLAGS=-mod=vendor
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: "1.13beta1"
|
|
|
|
before_script:
|
|
- make install-linter
|
|
|
|
script:
|
|
- make lint
|
|
- make test
|