mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
parent
3a5cad83d2
commit
6ea65a0b77
@ -2,6 +2,11 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "7"
|
- "7"
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
# This is required to run new chrome on old trusty
|
||||||
|
- libnss3
|
||||||
env:
|
env:
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
|
Loading…
Reference in New Issue
Block a user