ci(travis): better document before_cache script

This commit is contained in:
Igor Minar 2016-03-04 10:22:07 -08:00 committed by Igor Minar
parent 80764c6f71
commit 9782d8c32e
1 changed files with 2 additions and 2 deletions

View File

@ -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: