mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
chore(ci): add travis deps to run WebKit Linux (#159)
This commit is contained in:
parent
e992c7fa7d
commit
81c8a43e4b
10
.travis.yml
10
.travis.yml
@ -5,6 +5,16 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
# This is required to run new chrome on old trusty
|
# This is required to run new chrome on old trusty
|
||||||
- libnss3
|
- libnss3
|
||||||
|
# These are required to run webkit
|
||||||
|
- libwoff1
|
||||||
|
- libopus0
|
||||||
|
- libwebp6
|
||||||
|
- libwebpdemux2
|
||||||
|
- libenchant1c2a
|
||||||
|
- libgudev-1.0-0
|
||||||
|
- libsecret-1-0
|
||||||
|
- libhyphen0
|
||||||
|
- libgdk-pixbuf2.0-0
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
cache:
|
cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user