MDL-60086 travis: Bumping the postgres version to 9.6

3.2 was bumped to 9.6, this makes the change across the board.
This commit is contained in:
Jake Dallimore 2017-09-12 09:33:52 +08:00
parent 32f9550e85
commit 9f813ab5df

View File

@ -17,7 +17,7 @@ php:
- 7.0
addons:
postgresql: "9.3"
postgresql: "9.6"
packages:
- mysql-server-5.6
- mysql-client-core-5.6
@ -91,7 +91,7 @@ install:
sudo service postgresql stop
sudo mv /var/lib/postgresql /mnt/ramdisk
sudo ln -s /mnt/ramdisk/postgresql /var/lib/postgresql
sudo service postgresql start 9.3
sudo service postgresql start 9.6
fi
- >
if [ "$TASK" = 'PHPUNIT' ];