mirror of https://github.com/zulip/zulip.git
travis: Cache the built emoji across builds in Travis CI.
Apparently, when we implemented the emoji cache for development, we failed to properly register its directory for Travis CI. Commit message rewritten by tabbott.
This commit is contained in:
parent
e0d4eada4e
commit
5fc7e590bc
|
@ -12,6 +12,7 @@ cache:
|
|||
- directories:
|
||||
- $HOME/zulip-venv-cache
|
||||
- $HOME/zulip-npm-cache
|
||||
- $HOME/zulip-emoji-cache
|
||||
- $HOME/node
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue