sudo: false language: node_js node_js: - "12.22.4" before_install: - npm install cache: directories: - node_modules dist: trusty # needs Ubuntu Trusty addons: chrome: stable # have Travis install chrome stable script: - npm run gulp - npm run build - npm run test after_success: - bash <(curl -s https://codecov.io/bash)