language: node_js sudo: false addons: code_climate: repo_token: "f8b831ca19be47208499dc1e2792d4585cd51a922e15255ea9049141215e2b8a" install: - "npm install" script: - "npm run travis" node_js: - "6" - "7" - "8" - "9" cache: directories: - 'node_modules'