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

Merge pull request #3267 from ErisDS/cache-bower

Add bower to travis cache
This commit is contained in:
Hannah Wolfe 2014-07-14 12:26:17 +01:00
commit d2cac9ed4e

View file

@ -5,6 +5,7 @@ sudo: false
cache:
directories:
- node_modules
- bower_components
env:
- DB=sqlite3 NODE_ENV=testing
- DB=mysql NODE_ENV=testing-mysql