
language: node_js
node_js:
- '6.3'
install:
- npm install
- npm install -g runjs
script:
- run test
