fix postgres version used in travis.

This commit is contained in:
Dan Marsden
2018-10-03 15:20:26 +13:00
parent 882f6a1afc
commit b3917b7b63

View File

@@ -5,7 +5,7 @@ cache:
- $HOME/.composer/cache
addons:
postgresql: "9.3"
postgresql: "9.4"
php:
- 7.0