0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Set postgres version to 9.3

refs #2499
This commit is contained in:
Fabian Becker 2014-08-01 00:07:36 +02:00
parent f4895a4200
commit 7ae5547a22

View file

@ -6,6 +6,8 @@ cache:
directories:
- node_modules
- bower_components
addons:
postgresql: "9.3"
env:
- DB=sqlite3 NODE_ENV=testing
- DB=mysql NODE_ENV=testing-mysql