.travis.yml (294B)
1 language: node_js 2 node_js: 3 - "stable" 4 dist: trusty # needs Ubuntu Trusty 5 # Note: if you switch to sudo: false, you'll need to launch Chrome with --no-sandbox. 6 # See https://github.com/travis-ci/travis-ci/issues/8836 7 sudo: required 8 addons: 9 chrome: stable # have Travis install Chrome stable.