aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorBruno Barbieri <bruno.barbieri@consensys.net>2018-07-06 12:22:40 +0800
committerGitHub <noreply@github.com>2018-07-06 12:22:40 +0800
commit9ca9e90e4cdc8fafcbb9f6e1c7509e9fcf7f256f (patch)
tree212881c9e9d18b31a541a4263b5f9ae01ddf1659 /.circleci
parent65a349dd30e6aa72dca4694e939ca28486b2e182 (diff)
downloadtangerine-wallet-browser-9ca9e90e4cdc8fafcbb9f6e1c7509e9fcf7f256f.tar
tangerine-wallet-browser-9ca9e90e4cdc8fafcbb9f6e1c7509e9fcf7f256f.tar.gz
tangerine-wallet-browser-9ca9e90e4cdc8fafcbb9f6e1c7509e9fcf7f256f.tar.bz2
tangerine-wallet-browser-9ca9e90e4cdc8fafcbb9f6e1c7509e9fcf7f256f.tar.lz
tangerine-wallet-browser-9ca9e90e4cdc8fafcbb9f6e1c7509e9fcf7f256f.tar.xz
tangerine-wallet-browser-9ca9e90e4cdc8fafcbb9f6e1c7509e9fcf7f256f.tar.zst
tangerine-wallet-browser-9ca9e90e4cdc8fafcbb9f6e1c7509e9fcf7f256f.zip
Update config.yml
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3051847b0..08d355bb5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -103,9 +103,6 @@ jobs:
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
- name: Install npm 6
- command: sudo npm install -g npm@6
- - run:
name: Install deps via npm
command: npm install
- save_cache: