From bd139e4c748f5ebd2223ba273cbf60d00fff94aa Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 14 Feb 2020 16:27:16 -0800 Subject: [PATCH] chore(travis): install libvpx on travis for webkit (#1017) Fixes #1016 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4c53cdfd3b..5defeb5e3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ addons: - libevent-2.1-6 - libnotify4 - libxslt1.1 + - libvpx5 # This is required to run chromium - libgbm1 # this is needed for running headful tests