mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
- bower_components
|
- bower_components
|
||||||
|
addons:
|
||||||
|
postgresql: "9.3"
|
||||||
env:
|
env:
|
||||||
- DB=sqlite3 NODE_ENV=testing
|
- DB=sqlite3 NODE_ENV=testing
|
||||||
- DB=mysql NODE_ENV=testing-mysql
|
- DB=mysql NODE_ENV=testing-mysql
|
||||||
|
|
Loading…
Add table
Reference in a new issue