Add travis cache config

This commit is contained in:
Daniel Hengeveld
2015-11-17 16:59:43 +01:00
parent 604eb66d0c
commit a121535d5c

View File

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