language: node_js sudo: false addons: code_climate: repo_token: 897166616c6cd6f7cebd180f6ef89c02b1a3f483ba91690159bde9534af7fc19 install: - "npm install" script: - "npm run travis" after_script: - "npm run codeclimate" node_js: - "8" - "9" - "10" - "11" cache: directories: - 'node_modules'