Skip to content

Commit 33cc65d

Browse files
authored
chore: Cache processing step for Travis builds (twilio#145)
1 parent 53ef016 commit 33cc65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_js:
55
- lts/*
66
- '10'
77
cache:
8+
if: $(npm audit --audit-level=moderate) = 1
89
npm: false
910
before_install:
1011
- sudo apt-get update

0 commit comments

Comments
 (0)