aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-11 06:37:48 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-11 06:44:49 +0800
commit9f5eeed30930eea59e9922569a15cb5d689f3eeb (patch)
tree74dac8603dae440bcaa28245fd5af49815284840 /.circleci
parent14ea4ee1d3fd1a34c1747b928d9b463787e603e7 (diff)
downloaddexon-0x-contracts-9f5eeed30930eea59e9922569a15cb5d689f3eeb.tar
dexon-0x-contracts-9f5eeed30930eea59e9922569a15cb5d689f3eeb.tar.gz
dexon-0x-contracts-9f5eeed30930eea59e9922569a15cb5d689f3eeb.tar.bz2
dexon-0x-contracts-9f5eeed30930eea59e9922569a15cb5d689f3eeb.tar.lz
dexon-0x-contracts-9f5eeed30930eea59e9922569a15cb5d689f3eeb.tar.xz
dexon-0x-contracts-9f5eeed30930eea59e9922569a15cb5d689f3eeb.tar.zst
dexon-0x-contracts-9f5eeed30930eea59e9922569a15cb5d689f3eeb.zip
Rename core package to protocol
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b7f68ed29..de620d83b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -45,7 +45,7 @@ jobs:
- run: yarn wsrun test:circleci @0x/contracts-libs
- run: yarn wsrun test:circleci @0x/contracts-tokens
- run: yarn wsrun test:circleci @0x/contracts-extensions
- - run: yarn wsrun test:circleci @0x/contracts-core
+ - run: yarn wsrun test:circleci @0x/contracts-protocol
test-contracts-geth:
docker:
- image: circleci/node:9
@@ -62,7 +62,7 @@ jobs:
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-libs
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-tokens
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-extensions
- - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-core
+ - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-protocol
test-publish:
resource_class: medium+
docker: