From 652f05966124dec17bae0dafeda46af40fbbc988 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 21 Mar 2018 18:45:22 +0100 Subject: [PATCH] remove debugger test --- .circleci/config.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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 +