Add cache config from @joefitzgerald's branch.

If this doesn't speed us up enough we'll cache node_modules as well :godmode:
This commit is contained in:
Daniel Hengeveld
2015-11-11 18:33:56 +01:00
parent 2246cca631
commit 9e2a65a294

View File

@@ -32,6 +32,12 @@ install:
script: script/cibuild
cache:
directories:
- $HOME/.atom/.apm
- $HOME/.atom/.node-gyp/.atom
- $HOME/.atom/.npm
notifications:
email:
on_success: never