js-libp2p-interfaces/.travis.yml

19 lines
241 B
YAML
Raw Normal View History

language: node_js
2019-04-26 10:28:13 +01:00
cache: npm
stages:
- check
2019-04-26 10:28:13 +01:00
node_js:
- '10'
2019-04-26 10:28:13 +01:00
jobs:
include:
- stage: check
script:
- npx aegir commitlint --travis
- npx aegir dep-check
- npm run lint
2019-04-26 10:28:13 +01:00
notifications:
email: false