Skip to content

Commit

Permalink
switch the build status to own repo
Browse files Browse the repository at this point in the history
* switch the build status to own repo
* disable distcheck travis-ci job temporary
  • Loading branch information
garyyu authored Mar 1, 2019
1 parent 950dffb commit 1985d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 1985d18

Please sign in to comment.