From e4fad11c1630dcb3290afea9b1eb52cf2a494381 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 5 Dec 2019 15:18:55 -0800 Subject: [PATCH] chore(ci): use bionic for travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97b6ebc5ea..5c55d19f65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ language: node_js -dist: trusty +dist: bionic addons: apt: packages: # This is required to run new chrome on old trusty - - libnss3 + # - libnss3 + # This is required to run webkit - libwoff1 - libopus0 - libwebp6