language: node_js node_js: - "6.0.0" before_script: - npm run lint script: npm run test after_script: - npm run test:integration