From 184a0af79605b10d134293caea1c4e5a42609648 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Thu, 16 Jul 2020 09:31:46 -0700 Subject: [PATCH] Disable `npm audit` for now This is a workaround for https://github.com/cubing/icons/issues/55 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d9618c..d700bcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,9 @@ before_install: - sudo apt-get -qq update - sudo apt-get install -y potrace script: - - npm audit + # Unfortunately, `npm audit` is failing, and it doesn't look like there's any easy fix. + # See https://github.com/cubing/icons/issues/55 + # - npm audit - npm run deploy env: global: