From 3fd941a9eed94980fb333c603ea1d8d58125e4c9 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 19 May 2021 12:23:03 -0400 Subject: [PATCH] update dev tools (#249) * chore: ci tools updates * ci tools updates * chore: update ci * build tools update * chore: udpate dev tools --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8012c5e..02cf380 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: node_js node_js: - 14 - 16 +before_install: + - npm i -g snyk