mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-11 07:16:18 +00:00
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
|
||
|
|