aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2019-01-19 07:04:22 +0800
committerAmir Bandeali <abandeali1@gmail.com>2019-01-22 13:41:21 +0800
commite2fe907de0e326e826e8ef3010efac8ec0136c74 (patch)
treeac2e848a43d54cc13ae2c63d4c83e47ca7c983be /.circleci
parentf9986a6342ab68f6fdf347afee05c798384d7195 (diff)
downloaddexon-0x-contracts-e2fe907de0e326e826e8ef3010efac8ec0136c74.tar
dexon-0x-contracts-e2fe907de0e326e826e8ef3010efac8ec0136c74.tar.gz
dexon-0x-contracts-e2fe907de0e326e826e8ef3010efac8ec0136c74.tar.bz2
dexon-0x-contracts-e2fe907de0e326e826e8ef3010efac8ec0136c74.tar.lz
dexon-0x-contracts-e2fe907de0e326e826e8ef3010efac8ec0136c74.tar.xz
dexon-0x-contracts-e2fe907de0e326e826e8ef3010efac8ec0136c74.tar.zst
dexon-0x-contracts-e2fe907de0e326e826e8ef3010efac8ec0136c74.zip
Rename libs to exchange-libs
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f64017b56..0ccb8a200 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
# initialized
- 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-exchange-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-protocol