aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-05 21:23:35 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-05 22:21:03 +0800
commita365ab11d24ff8365b7d69a948b1b5211b772f5e (patch)
treea5b6f7f83957ee578323d66a00f0b5f233518192 /.circleci
parent48021a227f7034c2238c64146b2eb05eb8bfb687 (diff)
downloaddexon-sol-tools-a365ab11d24ff8365b7d69a948b1b5211b772f5e.tar
dexon-sol-tools-a365ab11d24ff8365b7d69a948b1b5211b772f5e.tar.gz
dexon-sol-tools-a365ab11d24ff8365b7d69a948b1b5211b772f5e.tar.bz2
dexon-sol-tools-a365ab11d24ff8365b7d69a948b1b5211b772f5e.tar.lz
dexon-sol-tools-a365ab11d24ff8365b7d69a948b1b5211b772f5e.tar.xz
dexon-sol-tools-a365ab11d24ff8365b7d69a948b1b5211b772f5e.tar.zst
dexon-sol-tools-a365ab11d24ff8365b7d69a948b1b5211b772f5e.zip
Refactor out tokens from core contracts package
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1ea5aa280..8de8b02c9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -43,6 +43,7 @@ jobs:
- run: yarn wsrun test:circleci @0x/contracts-multisig
- run: yarn wsrun test:circleci @0x/contracts-utils
- run: yarn wsrun test:circleci @0x/contracts-libs
+ - run: yarn wsrun test:circleci @0x/contracts-tokens
- run: yarn wsrun test:circleci @0x/contracts-core
test-contracts-geth:
docker:
@@ -58,6 +59,7 @@ jobs:
- run: sleep 10 && TEST_PROVIDER=geth yarn wsrun test @0x/contracts-multisig
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-utils
- 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-core
test-publish:
resource_class: medium+