mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-16 15:40:49 +00:00
17 lines
233 B
YAML
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
|