language: node_js node_js: - "6" - "6.1" - "5.11" - "4.3.1" before_install: - npm install script: - npm test sudo: false