Update postgresql version to 9.4 for travis.

Now available - https://docs.travis-ci.com/user/using-postgresql/
This commit is contained in:
Akshay Vishnoi 2016-01-10 02:07:29 +05:30
parent 492d203986
commit 89773dbb80
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ services:
- redis
- rabbitmq
addons:
postgresql: "9.3"
postgresql: "9.4"