0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Merge pull request #3265 from joshk/patch-2

sugar for my sugar
This commit is contained in:
Hannah Wolfe 2014-07-14 09:06:32 +01:00
commit 707d0039cc

View file

@ -2,6 +2,9 @@ language: node_js
node_js:
- "0.10"
sudo: false
cache:
directories:
- node_modules
env:
- DB=sqlite3 NODE_ENV=testing
- DB=mysql NODE_ENV=testing-mysql