mirror of
https://github.com/status-im/whisper.git
synced 2025-01-19 07:11:55 +00:00
17 lines
214 B
YAML
17 lines
214 B
YAML
notifications:
|
|
email: false
|
|
language: go
|
|
env:
|
|
- GO111MODULE=on GOFLAGS=-mod=vendor
|
|
go:
|
|
- 1.12.x
|
|
- 1.13.x
|
|
sudo: false
|
|
env:
|
|
- GO111MODULE=on
|
|
jobs:
|
|
include:
|
|
- stage: Unit tests
|
|
script:
|
|
- make test
|