Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 7245628

Browse files
committed
chore: disable webkit dep installs
1 parent 593bc32 commit 7245628

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.travis.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@ env:
3636
addons:
3737
apt:
3838
packages:
39-
# These are required to run webkit
40-
- libwoff1
41-
- libopus0
42-
- libwebp6
43-
- libwebpdemux2
44-
- libenchant1c2a
45-
- libgudev-1.0-0
46-
- libsecret-1-0
47-
- libhyphen0
48-
- libgdk-pixbuf2.0-0
49-
- libegl1
50-
- libgles2
51-
- libevent-2.1-6
52-
- libnotify4
53-
- libxslt1.1
54-
- libvpx5
55-
# gstreamer and plugins to support video playback in WebKit.
56-
- gstreamer1.0-gl
57-
- gstreamer1.0-plugins-base
58-
- gstreamer1.0-plugins-good
59-
- gstreamer1.0-plugins-bad
39+
# # These are required to run webkit
40+
# - libwoff1
41+
# - libopus0
42+
# - libwebp6
43+
# - libwebpdemux2
44+
# - libenchant1c2a
45+
# - libgudev-1.0-0
46+
# - libsecret-1-0
47+
# - libhyphen0
48+
# - libgdk-pixbuf2.0-0
49+
# - libegl1
50+
# - libgles2
51+
# - libevent-2.1-6
52+
# - libnotify4
53+
# - libxslt1.1
54+
# - libvpx5
55+
# # gstreamer and plugins to support video playback in WebKit.
56+
# - gstreamer1.0-gl
57+
# - gstreamer1.0-plugins-base
58+
# - gstreamer1.0-plugins-good
59+
# - gstreamer1.0-plugins-bad
6060
# This is required to run chromium
6161
- libgbm1
6262
chrome: stable

0 commit comments

Comments
 (0)