language: node_js
node_js:
  - "9"
  - "8"
  - "7"
  - "6"

before_script:
  - npm install -g mocha
install:
  - npm install
script: 
  - npm test
