aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2019-02-21 01:41:34 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-02-21 01:41:34 +0800
commit41f89ac7edf994f3d15d32d3d82d8d2b03dec481 (patch)
tree1230c389997122a5142845b347ba3e368fbf5767 /.circleci
parent26f66d70998019bd204b822316cb903c5a388840 (diff)
downloadtangerine-wallet-browser-41f89ac7edf994f3d15d32d3d82d8d2b03dec481.tar.gz
tangerine-wallet-browser-41f89ac7edf994f3d15d32d3d82d8d2b03dec481.tar.zst
tangerine-wallet-browser-41f89ac7edf994f3d15d32d3d82d8d2b03dec481.zip
Disable npm audit (#6188)
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 82bc87a2f..451a630bb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,9 +17,9 @@ workflows:
- test-lint:
requires:
- prep-deps-npm
- - test-deps:
- requires:
- - prep-deps-npm
+ # - test-deps:
+ # requires:
+ # - prep-deps-npm
- test-e2e-beta-chrome:
requires:
- prep-deps-npm
@@ -165,16 +165,16 @@ jobs:
name: Test
command: npm run lint
- test-deps:
- docker:
- - image: circleci/node:8.11.3-browsers
- steps:
- - checkout
- - attach_workspace:
- at: .
- - run:
- name: Test
- command: sudo npm install -g npm@6 && npm audit
+ # test-deps:
+ # docker:
+ # - image: circleci/node:8.11.3-browsers
+ # steps:
+ # - checkout
+ # - attach_workspace:
+ # at: .
+ # - run:
+ # name: Test
+ # command: sudo npm install -g npm@6 && npm audit
# test-e2e-beta-drizzle:
# docker: