language: node_js
services:
- docker
os:
- linux
node_js:
- node
install:
- npm install
