language: node_js
node_js:
  - "6"
  - "5"
  - "4.2.6"
os:
  - linux
  - osx
install:
  - npm install
script:
  - npm run build
  - npm test
  - npm run doc