diff --git a/.travis.yml b/.travis.yml index 93a2579cfbc..315196af093 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ node_js: - 8 - 10 - 12 +cache: + yarn: true + directories: + - node_modules install: - npm install -g yarn - npm install -g lerna