Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
More tec -> coordinator changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hysz committed Mar 7, 2019
1 parent 0b1bab8 commit 4da6ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: yarn wsrun test:circleci @0x/contracts-asset-proxy
- run: yarn wsrun test:circleci @0x/contracts-exchange
- run: yarn wsrun test:circleci @0x/contracts-exchange-forwarder
- run: yarn wsrun test:circleci @0x/contracts-tec
- run: yarn wsrun test:circleci @0x/contracts-coordinator
test-contracts-geth:
docker:
- image: circleci/node:9-browsers
Expand All @@ -72,7 +72,7 @@ jobs:
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-asset-proxy
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-exchange
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-exchange-forwarder
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-tec
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-coordinator
test-publish:
resource_class: medium+
docker:
Expand Down
12 changes: 0 additions & 12 deletions contracts/coordinator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,3 @@ Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v0.0.4 - _March 1, 2019_

* Dependencies updated

## v0.0.3 - _February 27, 2019_

* Dependencies updated

## v0.0.2 - _February 26, 2019_

* Dependencies updated

0 comments on commit 4da6ede

Please sign in to comment.