mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +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:
|
||||
# This is required to run new chrome on old trusty
|
||||
- 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:
|
||||
email: false
|
||||
cache:
|
||||
|
Loading…
Reference in New Issue
Block a user