From 2776be6743bb13dee5782471e2744f339e05affe Mon Sep 17 00:00:00 2001 From: Gary Yu Date: Fri, 1 Mar 2019 13:41:20 +0800 Subject: [PATCH] (1)switch the build status to own repo (2)disable distcheck --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f27ca9a..27c8150 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ env: - BIGNUM=no - BIGNUM=no ENDOMORPHISM=yes RECOVERY=yes EXPERIMENTAL=yes - BIGNUM=no STATICPRECOMPUTATION=no - - BUILD=distcheck +# - BUILD=distcheck - EXTRAFLAGS=CPPFLAGS=-DDETERMINISTIC - EXTRAFLAGS=CFLAGS=-O0 - BUILD=check-java JNI=yes ECDH=yes EXPERIMENTAL=yes diff --git a/README.md b/README.md index 8cd344e..9ee5071 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ libsecp256k1 ============ -[![Build Status](https://travis-ci.org/bitcoin-core/secp256k1.svg?branch=master)](https://travis-ci.org/bitcoin-core/secp256k1) +[![Build Status](https://travis-ci.org/mimblewimble/secp256k1-zkp.svg?branch=master)](https://travis-ci.org/mimblewimble/secp256k1-zkp) Optimized C library for EC operations on curve secp256k1.