ci(travis): better document before_cache script
This commit is contained in:
parent
80764c6f71
commit
9782d8c32e
|
@ -13,8 +13,8 @@ cache:
|
||||||
- $HOME/.chrome/chromium
|
- $HOME/.chrome/chromium
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
# Undo the pollution of the typescript_next build
|
# Undo the pollution of the typescript_next build before the cache is primed for future use
|
||||||
- npm install typescript
|
- if [[ "$MODE" == "typescript_next" ]]; then npm install typescript; fi
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in New Issue