ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
982 stars 313 forks source link

Run build and tests on Travis #9

Closed romanz closed 6 years ago

romanz commented 6 years ago

Following #3

romanz commented 6 years ago

It seems to work as intended on my Travis account: https://travis-ci.com/romanz/multi-party-ecdsa.

@gbenattar Could you please enable https://travis-ci.com/KZen-networks/ and make sure it's configured to build this project?

On my account, it's configured here: image

gbenattar commented 6 years ago

Done: https://travis-ci.com/KZen-networks/multi-party-ecdsa.