From 3ba310d5d9a843f835e3e5271c3f2ff8ac486bc0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 14 Feb 2018 19:33:24 +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 279d6067d4..64bacb1561 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,6 +24,7 @@ jobs: steps: - checkout + - run: npm install - 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 @@ -34,4 +35,3 @@ workflows: build_all: jobs: - build -