Files
matterbridge/vendor/github.com/status-im/rendezvous/.travis.yml
Michal Iskierko 6d31343205 feat: Waku v2 bridge
Issue #12610
2024-02-22 17:07:59 +01:00

16 lines
182 B
YAML

notifications:
email: false
language: go
go:
- 1.11.x
- 1.12.x
install: true
env:
- GO111MODULE=on
sudo: false
jobs:
include:
- stage: Unit tests
script:
- make test