chore: fix travis postgres, switch from bionic to xenial (#1642)
fixes #1641
This commit is contained in:
parent
63c9f8dc32
commit
53b6c5f6a1
|
@ -1,7 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "10"
|
- "10"
|
||||||
dist: bionic
|
dist: xenial
|
||||||
sudo: false
|
sudo: false
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
@ -21,7 +21,7 @@ addons:
|
||||||
- imagemagick
|
- imagemagick
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
- libgdbm-dev
|
- libgdbm-dev
|
||||||
- libgdbm5
|
- libgdbm-dev
|
||||||
- libicu-dev
|
- libicu-dev
|
||||||
- libidn11-dev
|
- libidn11-dev
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
|
|
Loading…
Reference in a new issue