aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 58740062a..3cdb906e3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -66,10 +66,6 @@ jobs:
command: npm run testrpc -- --db testrpc_snapshot
background: true
- run: yarn wsrun test:circleci contracts
- - save_cache:
- key: coverage-contracts-{{ .Environment.CIRCLE_SHA1 }}
- paths:
- - ~/repo/packages/contracts/coverage/lcov.info
test-sol-compiler:
docker:
- image: circleci/node:6.12
@@ -156,9 +152,6 @@ jobs:
- repo-{{ .Environment.CIRCLE_SHA1 }}
- restore_cache:
keys:
- - coverage-contracts-{{ .Environment.CIRCLE_SHA1 }}
- - restore_cache:
- keys:
- coverage-assert-{{ .Environment.CIRCLE_SHA1 }}
- restore_cache:
keys:
@@ -216,4 +209,3 @@ workflows:
- test-0xjs
- test-sol-compiler
- test-rest
- - test-contracts