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:
commit
6db2a7c22a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue