Improve update of jsonb fields. Add PG 9.5 to travis. (#2984)

* Improve update of jsonb fields. Add PG 9.5 to travis.

* Replace manual escaping with pg-promise's built in
This commit is contained in:
Kulshekhar Kabra
2016-11-02 06:25:53 +05:30
committed by Florent Vilmart
parent 8f0ae7081d
commit 583887c43c
3 changed files with 18 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
language: node_js
dist: trusty
sudo: required
node_js:
- '4.5'
- '6.1'
@@ -6,7 +8,7 @@ services:
- postgresql
- redis-server
addons:
postgresql: '9.4'
postgresql: '9.5'
before_script:
- ls -al "$HOME/.mongodb/versions"
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres