From 9e2eaaaf49c5135c8b172d78f68a121835968118 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 15 Feb 2018 11:17:44 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3d6016f06..b484b2bbdd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: - save_cache: key: dep-bundle-{{ checksum "package.json" }} paths: - - /repo/node-modules + - /repo/node_modules - run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run setupremix && npm run build - run: ./ci/browser_tests.sh # - run: if [ $CIRCLE_BRANCH = 'master' ]; then ./ci/deploy_from_travis_master.sh; fi