fix(package): update pg-promise to version 6.9.0 (#4205)

* fix(package): update pg-promise to version 6.9.0

Closes #4160

* Update .travis.yml
This commit is contained in:
Florent Vilmart
2017-09-23 11:42:46 -04:00
committed by GitHub
parent a3890572c4
commit 770aba193c
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ env:
- MONGODB_VERSION=3.4.4
- PARSE_SERVER_TEST_DB=postgres
- PARSE_SERVER_TEST_CACHE=redis
- NODE_VERSION=8.1.3
- NODE_VERSION=8.5
before_install:
- nvm install $NODE_VERSION
- nvm use $NODE_VERSION