From 9782d8c32e44e8694cc428e6bf17661bb8f86771 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 4 Mar 2016 10:22:07 -0800 Subject: [PATCH] ci(travis): better document before_cache script --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9fc40a6834..61194f29bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ cache: - $HOME/.chrome/chromium before_cache: - # Undo the pollution of the typescript_next build - - npm install typescript + # Undo the pollution of the typescript_next build before the cache is primed for future use + - if [[ "$MODE" == "typescript_next" ]]; then npm install typescript; fi env: global: