Skip to content

Commit

Permalink
travis.yml: use latest commit, in all builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
afk11 committed Oct 10, 2019
1 parent 6c4fc3a commit b3110de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sudo: required

env:
global:
- SECP256K1_REMOTE=https://github.com/bitcoin-core/secp256k1.git
- SECP256K1_COMMIT=fa3301713549d118e57ebe6551d062903ddd6b63
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
- DOCKER_CACHE_DIR=/home/travis/docker

cache:
Expand All @@ -19,15 +19,15 @@ matrix:
- COVERAGE=true
- PHPQA_PHP_VERSION=7.3.7
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
- SECP256K1_COMMIT=d75e12dce7b75d5a909babff5556445ec69fdfd7
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
- SECP256K1_CONFIGURE="--enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
- EXT_SECP256K1_CONFIGURE="--with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig"
- php: 7.3
env:
- VALGRIND=true
- PHPQA_PHP_VERSION=7.3.7
- SECP256K1_REMOTE=https://github.com/jonasnick/secp256k1.git
- SECP256K1_COMMIT=d75e12dce7b75d5a909babff5556445ec69fdfd7
- SECP256K1_COMMIT=2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d
- SECP256K1_CONFIGURE="--enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig"
- EXT_SECP256K1_CONFIGURE="--with-secp256k1-config --with-module-recovery --with-module-ecdh --with-module-schnorrsig"
- php: 7.2
Expand Down
2 changes: 1 addition & 1 deletion travis/phpqa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG BUILD_CHECK_SIGNATURE=true
ARG BUILD_CUSTOM_URL=''
ARG BUILD_REPO_URL=''
ARG BUILD_SECP256K1_REPO="https://github.com/jonasnick/secp256k1.git"
ARG BUILD_SECP256K1_COMMIT="d75e12dce7b75d5a909babff5556445ec69fdfd7"
ARG BUILD_SECP256K1_COMMIT="2e4ed392e1fd8cb7c64787bde9b67ddc0b463e3d"

ENV PHPIZE_DEPS \
autoconf \
Expand Down

0 comments on commit b3110de

Please sign in to comment.