mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 21:22:33 +00:00
19 lines
241 B
YAML
19 lines
241 B
YAML
language: node_js
|
|
cache: npm
|
|
stages:
|
|
- check
|
|
|
|
node_js:
|
|
- '10'
|
|
|
|
jobs:
|
|
include:
|
|
- stage: check
|
|
script:
|
|
- npx aegir commitlint --travis
|
|
- npx aegir dep-check
|
|
- npm run lint
|
|
|
|
notifications:
|
|
email: false
|