mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
a66480a416
References #33
17 lines
251 B
YAML
17 lines
251 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
dist: trusty
|
|
env:
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
install:
|
|
- yarn install
|
|
# puppeteer's install script downloads Chrome
|
|
script:
|
|
- yarn run lint
|
|
- yarn run unit
|
|
- yarn run test-phantom
|