diff --git a/.circleci/config.yml b/.circleci/config.yml index cb2853ecba..ad0a4e36e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,16 +30,7 @@ jobs: steps: - checkout - run: cd remix-solidity && npm install && npm test - - remix-debugger: - docker: - - image: circleci/node:7.10 - environment: - working_directory: ~/repo - steps: - - checkout - - run: cd remix-debugger && npm install && npm test - + workflows: version: 2 build_all: @@ -47,4 +38,4 @@ workflows: - remix-lib - remix-core - remix-solidity - - remix-debugger +