mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Add correct directories to travis cache
no ref
This commit is contained in:
parent
71e8bdfab9
commit
a48ba06fec
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ sudo: false
|
|||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- bower_components
|
||||
- core/client/node_modules
|
||||
- core/client/bower_components
|
||||
addons:
|
||||
postgresql: "9.3"
|
||||
env:
|
||||
|
@ -42,4 +43,4 @@ after_success:
|
|||
fi
|
||||
else
|
||||
echo "This is a PR. No coverage generated."
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue