UNPKG

287 BYAMLView Raw
1language: node_js
2node_js:
3 - "9"
4dist: trusty # needs Ubuntu Trusty
5sudo: false # no need for virtualization.
6addons:
7 chrome: stable # have Travis install chrome stable.
8cache:
9 yarn: true
10 directories:
11 - node_modules
12install:
13 - yarn
14 - npm run build
15script:
16 - yarn test