js-libp2p-interfaces/.travis.yml
2019-04-26 15:03:14 +02:00

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