js-libp2p/.travis.yml
2016-03-23 15:30:14 +01:00

17 lines
233 B
YAML

use_sudo: false
language: node_js
node_js:
- 4
- 5
branches:
only:
- master
before_install:
- npm i -g npm
# Workaround for a permissions issue with Travis virtual machine images
script:
- npm run lint
- npm test