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
|
||||
node_js:
|
||||
- "10"
|
||||
dist: bionic
|
||||
dist: xenial
|
||||
sudo: false
|
||||
services:
|
||||
- redis-server
|
||||
|
@ -21,7 +21,7 @@ addons:
|
|||
- imagemagick
|
||||
- libffi-dev
|
||||
- libgdbm-dev
|
||||
- libgdbm5
|
||||
- libgdbm-dev
|
||||
- libicu-dev
|
||||
- libidn11-dev
|
||||
- libncurses5-dev
|
||||
|
|
Loading…
Reference in New Issue