From 35501dd4fc9d2034356f364447dec2e26b88557b Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 16 Jan 2018 16:17:20 +0100 Subject: Fix ignore configuration --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index e391533fd..1795a4bfc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ jobs: name: testrpc command: npm run testrpc -- --db testrpc_snapshot background: true - - run: yarn lerna:run --ignore "contracts|0x.js" test:circleci + - run: yarn lerna:run --ignore contracts --ignore 0x.js --ignore subproviders test:circleci lint: working_directory: ~/repo docker: -- cgit v1.2.3