Skip to content

Commit 72d4ba2

Browse files
committed
travis.yml: use latest commit, in all builds.
1 parent d29c13f commit 72d4ba2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sudo: required
44

55
env:
66
global:
7-
- SECP256K1_REMOTE=https://github.com/bitcoin-core/secp256k1.git
8-
- SECP256K1_COMMIT=fa3301713549d118e57ebe6551d062903ddd6b63
7+
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
8+
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
99
- DOCKER_CACHE_DIR=/home/travis/docker
1010

1111
cache:
@@ -19,15 +19,15 @@ matrix:
1919
- COVERAGE=true
2020
- PHPQA_PHP_VERSION=7.3.7
2121
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
22-
- SECP256K1_COMMIT=d75e12dce7b75d5a909babff5556445ec69fdfd7
22+
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
2323
- SECP256K1_CONFIGURE="--enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
2424
- EXT_SECP256K1_CONFIGURE="--with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig"
2525
- php: 7.3
2626
env:
2727
- VALGRIND=true
2828
- PHPQA_PHP_VERSION=7.3.7
2929
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
30-
- SECP256K1_COMMIT=d75e12dce7b75d5a909babff5556445ec69fdfd7
30+
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
3131
- SECP256K1_CONFIGURE="--enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
3232
- EXT_SECP256K1_CONFIGURE="--with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig"
3333
- php: 7.2

travis/phpqa/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG BUILD_CHECK_SIGNATURE=true
77
ARG BUILD_CUSTOM_URL=''
88
ARG BUILD_REPO_URL=''
99
ARG BUILD_SECP256K1_REPO="https://github.com/jonasnick/secp256k1.git"
10-
ARG BUILD_SECP256K1_COMMIT="d75e12dce7b75d5a909babff5556445ec69fdfd7"
10+
ARG BUILD_SECP256K1_COMMIT="2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d"
1111

1212
ENV PHPIZE_DEPS \
1313
autoconf \

0 commit comments

Comments
 (0)