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:
commit
d2cac9ed4e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ sudo: false
|
|||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- bower_components
|
||||
env:
|
||||
- DB=sqlite3 NODE_ENV=testing
|
||||
- DB=mysql NODE_ENV=testing-mysql
|
||||
|
|
Loading…
Add table
Reference in a new issue