poanetwork / posdao-contracts

Smart contracts for POSDAO (Proof of Stake Decentralized Autonomous Organization consensus), a DPOS consensus implemented in Solidity and running within EVM with swappable BFT consensus
Other
106 stars 50 forks source link

Travis CI #43

Open maxaleks opened 5 years ago

maxaleks commented 5 years ago
  1. set up Travis CI:
    • run tests
    • solidity-coverage with https://coveralls.io
    • publish docs when commits to master branch are pushed
  2. fix solidity-coverage

Travis CI repo settings:

image

* GitHub credentials are for the docs deployment

image