Skip to content

Commit b84fc4a

Browse files
committed
bump minimum pg version to 9.5 (current)
1 parent 4da26f2 commit b84fc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
services:
66
- postgresql
77
addons:
8-
postgresql: '9.4'
8+
postgresql: '9.5'
99
before_script:
1010
- ls -al "$HOME/.mongodb/versions"
1111
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres

0 commit comments

Comments
 (0)