0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #5511 from halfdan/fix/travis-cache

Add correct directories to travis cache
This commit is contained in:
Hannah Wolfe 2015-07-03 20:13:20 +01:00
commit 40d2ad66ed

View file

@ -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