Skip to content

Commit

Permalink
fix: remove npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed Mar 22, 2019
1 parent 3775da5 commit 8d2e144
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ install:
- source ~/.bashrc
- npm install -g xvfb-maybe
- npm install
- npm audit fix
script:
- npm run release
branches:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ install:
- ps: Install-Product node 10 x64
- git reset --hard HEAD
- npm install
- npm audit fix
- node --version

build_script:
Expand Down

0 comments on commit 8d2e144

Please sign in to comment.