From 660ce8687ccc77796e4a5c9d01b7ab0410af448f Mon Sep 17 00:00:00 2001 From: Caleb Date: Tue, 31 Jul 2018 13:46:52 -0600 Subject: [PATCH] chore: clean up .travis.yml (#1552) --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index bae57191..c828c2af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js cache: + yarn: true directories: - $HOME/.npm - $HOME/.yarn-cache @@ -7,11 +8,9 @@ cache: node_js: - "8" - "10" -before_install: - - npm i -g yarn --cache-min 999999999 install: - - yarn + - yarn bootstrap notifications: - email: false + email: false git: - depth: 5 \ No newline at end of file + depth: 5