Skip to content

Commit

Permalink
Disable npm audit for now
Browse files Browse the repository at this point in the history
This is a workaround for #55
  • Loading branch information
jfly committed Jul 16, 2020
1 parent ef70353 commit 73a6082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73a6082

Please sign in to comment.