aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-05 21:23:35 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-13 01:19:06 +0800
commitea8f35b74315fb81246082f56ca5f5fd79077d05 (patch)
tree8b11a3134c14e14dacab113c0a0a4f3ae6482da9 /.circleci
parent9365a3bc753a4351ead3159cdecc431096529a2b (diff)
downloaddexon-sol-tools-ea8f35b74315fb81246082f56ca5f5fd79077d05.tar
dexon-sol-tools-ea8f35b74315fb81246082f56ca5f5fd79077d05.tar.gz
dexon-sol-tools-ea8f35b74315fb81246082f56ca5f5fd79077d05.tar.bz2
dexon-sol-tools-ea8f35b74315fb81246082f56ca5f5fd79077d05.tar.lz
dexon-sol-tools-ea8f35b74315fb81246082f56ca5f5fd79077d05.tar.xz
dexon-sol-tools-ea8f35b74315fb81246082f56ca5f5fd79077d05.tar.zst
dexon-sol-tools-ea8f35b74315fb81246082f56ca5f5fd79077d05.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 d11c7fcae..6bb8d903d 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+