From 33cc65d82412c30f6c9aec40b2c79e43a80d459b Mon Sep 17 00:00:00 2001 From: shrutiburman <87537688+shrutiburman@users.noreply.github.com> Date: Wed, 18 Aug 2021 11:29:44 +0530 Subject: [PATCH] chore: Cache processing step for Travis builds (#145) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 977148d4..68801de2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ node_js: - lts/* - '10' cache: + if: $(npm audit --audit-level=moderate) = 1 npm: false before_install: - sudo apt-get update