js-libp2p-interfaces/.travis.yml
Alan Shaw dd837ba326 refactor: API changes and switch to async await (#55)
BREAKING CHANGE: the API is now async / await. See https://github.com/libp2p/interface-stream-muxer/pull/55#issue-275014779 for a summary of the changes.
2019-09-16 17:48:04 +02:00

18 lines
201 B
YAML

language: node_js
cache: npm
stages:
- check
node_js:
- '10'
jobs:
include:
- stage: check
script:
- npx aegir dep-check
- npm run lint
notifications:
email: false