language: node_js
os:
  - linux
  - osx
before_script:
  - npm install
node_js:
  - '6'
  - '5'
  - '4'