UNPKG

357 BYAMLView Raw
1language: node_js
2node_js:
3 - "7"
4dist: trusty
5addons:
6 apt:
7 packages:
8 # This is required to run new chrome on old trusty
9 - libnss3
10env:
11cache:
12 yarn: true
13 directories:
14 - node_modules
15install:
16 - yarn install
17 # puppeteer's install script downloads Chrome
18script:
19 - yarn run lint
20 - yarn run coverage
21 - yarn run test-phantom