mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user