0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Merge pull request #3495 from halfdan/patch-1

Set postgres version to 9.3
This commit is contained in:
Hannah Wolfe 2014-07-31 23:29:42 +01:00
commit 6db2a7c22a

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