changed Travis URL from .com to .org

This commit is contained in:
Vladimir Komendantskiy 2018-07-31 15:10:56 +01:00
parent 4fc709a0a3
commit 4c533e6873
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Pairing cryptography and threshold signatures
[![Build Status](https://travis-ci.com/poanetwork/threshold_crypto.svg?branch=master)](https://travis-ci.com/poanetwork/threshold_crypto)
[![Build Status](https://travis-ci.org/poanetwork/threshold_crypto.svg?branch=master)](https://travis-ci.org/poanetwork/threshold_crypto)
This crate contains constructions of asymmetric key cryptography and threshold
signatures on top of `pairing` crate.