language: node_js

node_js:
  - "7"
  - "6"
  - "4"

before_script:
  - npm install

script: make test

branches:
  only:
  - master
