language: node_js
node_js:
  - "4.4.7"

before_script:
  - npm install

script:
 - npm run test

sudo: false
