An open API service indexing awesome lists of open source software.

https://github.com/cgewecke/meta-ci

Experiment: multi-repo CI using meta
https://github.com/cgewecke/meta-ci

Last synced: 2 months ago
JSON representation

Experiment: multi-repo CI using meta

Awesome Lists containing this project

README

        

# wild-truffle

`wild-truffle` lets you run unpublished Truffle changes against a selection of existing commercial Truffle projects:
+ [zeppelin-solidity](https://github.com/OpenZeppelin/zeppelin-solidity/tree/7586e383c2e9d62b2f1d414e850ab365afef6d89) (at commit 7586e38, early March 2018)
+ [aragonOS] (at commit )
+ [colonyNetwork] (at commit)

Goal is to extend Truffle's scenario testing regime to include an ~800 unit battery that reflects real usage of the toolset. Its structure is very similar to the root `truffle` repository.

# Install

```
npm install
```

# Use

Test an experimental Truffle branch (this can span across modules) against the projects listed above on Travis CI and see what breaks :)

```shell

git checkout -b # checkout a throw-away branch.

npm run ci # Run the truffle branch in CI (defaults to `develop`).
```