Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Remove vouching app (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Jan 11, 2019
1 parent 3de824d commit 155a24d
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 14,921 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Expand Up @@ -14,7 +14,6 @@ cache:
- packages/lib/lib
- packages/cli/node_modules
- packages/cli/lib
- packages/vouching/node_modules
- packages/docs/node_modules
- examples/lib-simple/node_modules
- examples/lib-complex/node_modules
Expand All @@ -41,12 +40,6 @@ jobs:
install: pwd # Override to avoid npm install.
script: npx lerna run test --concurrency=1 --stream=true --scope=zos-lib

# Test stage for Vouching
- stage: tests
name: Vouching tests
install: npx lerna run compile-contracts
script: npx lerna run test --concurrency=1 --stream=true --scope=zos-vouching

# Test stage for CLI on Linux
- stage: tests
name: CLI tests on Linux
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -12,7 +12,6 @@ projects on Ethereum and every other EVM and eWASM-powered blockchain.
This repository includes the ZeppelinOS
[Command-Line Interface](https://github.com/zeppelinos/zos/tree/master/packages/cli#readme),
[JavaScript Library](https://github.com/zeppelinos/zos/tree/master/packages/lib#readme),
[Vouching Smart Contracts](https://github.com/zeppelinos/zos/tree/master/packages/vouching#readme),
and [the sources for the Documentation Website](https://github.com/zeppelinos/zos/tree/master/packages/docs#readme).

## Install
Expand Down
10 changes: 0 additions & 10 deletions packages/vouching/.babelrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/vouching/.gitattributes

This file was deleted.

11 changes: 0 additions & 11 deletions packages/vouching/.gitignore

This file was deleted.

97 changes: 0 additions & 97 deletions packages/vouching/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/vouching/changelog.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/vouching/contracts/.npmignore

This file was deleted.

216 changes: 0 additions & 216 deletions packages/vouching/contracts/Vouching.sol

This file was deleted.

0 comments on commit 155a24d

Please sign in to comment.