From 73a60826d07ef4de12e9d30a5e700b78ec0dcee7 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: