From e6bb645616dc67c9e8095ddb9d9a47dfec7e06bc Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Mon, 28 Jan 2019 00:09:51 +0530 Subject: [PATCH] Fixed failing build --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 440d7de..395c742 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,8 +26,6 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: npm install truffle -g - - run: npm install ganache-cli -g - run: npm install - save_cache: