language: node_js node_js: - node - 6 - 5 before_script: - npm install script: - npm run lint - npm run test