chore(ci): use bionic for travis
This commit is contained in:
parent
fe34ddf766
commit
e4fad11c16
|
|
@ -1,10 +1,11 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
dist: trusty
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
# This is required to run new chrome on old trusty
|
# This is required to run new chrome on old trusty
|
||||||
- libnss3
|
# - libnss3
|
||||||
|
# This is required to run webkit
|
||||||
- libwoff1
|
- libwoff1
|
||||||
- libopus0
|
- libopus0
|
||||||
- libwebp6
|
- libwebp6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue