js-libp2p-interfaces/.travis.yml
Alan Shaw f9a7908f75 fix: move dirty-chai to dependencies (#52)
* fix: move dirty-chai to dependencies
* chore: test on node 10

License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
2019-05-01 14:11:16 +02:00

11 lines
114 B
YAML

sudo: false
language: node_js
node_js:
- "10"
before_install:
- npm install -g npm
script:
- npm run lint