1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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