mirror of https://github.com/status-im/specs.git
16 lines
124 B
YAML
16 lines
124 B
YAML
|
sudo: required
|
||
|
|
||
|
dist: trusty
|
||
|
|
||
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- "8"
|
||
|
|
||
|
script:
|
||
|
- npm run lint
|
||
|
|
||
|
notifications:
|
||
|
email: false
|
||
|
|