sudo: false language: node_js node_js: - '6.0' - '8.0' - node script: - npm run lint - npm run test-coveralls - npm run test-integration