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