We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80764c6 commit 9782d8cCopy full SHA for 9782d8c
.travis.yml
@@ -13,8 +13,8 @@ cache:
13
- $HOME/.chrome/chromium
14
15
before_cache:
16
- # Undo the pollution of the typescript_next build
17
- - 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
18
19
env:
20
global:
0 commit comments