mirror of
https://github.com/status-im/status-console-client.git
synced 2025-02-24 08:38:15 +00:00
17 lines
227 B
YAML
17 lines
227 B
YAML
|
notifications:
|
||
|
email: false
|
||
|
language: go
|
||
|
go:
|
||
|
- 1.10.x
|
||
|
- 1.11.x
|
||
|
sudo: false
|
||
|
jobs:
|
||
|
include:
|
||
|
- stage: Lint
|
||
|
before_script: make install-dev
|
||
|
script:
|
||
|
- make lint
|
||
|
- stage: Test
|
||
|
script:
|
||
|
- make test-race
|