UNPKG

394 BYAMLView Raw
1language: node_js
2sudo: false
3node_js:
4- '8'
5install:
6 - npm ci
7after_script:
8 - gulp coveralls
9
10cache:
11 directories:
12 - "$HOME/.npm"
13
14dist: trusty # needs Ubuntu Trusty
15# Note: if you switch to sudo: false, you'll need to launch Chrome with --no-sandbox.
16# See https://github.com/travis-ci/travis-ci/issues/8836
17sudo: required
18addons:
19 chrome: stable # have Travis install Chrome stable.