]> Git Repo - secp256k1.git/commit
Merge #782: Check if variable=yes instead of if var is set in travis.sh
authorJonas Nick <[email protected]>
Tue, 15 Sep 2020 17:48:06 +0000 (17:48 +0000)
committerJonas Nick <[email protected]>
Tue, 15 Sep 2020 17:48:23 +0000 (17:48 +0000)
commit4ad408faf321508b31a1d4e292cc8ff2b5b3f2d3
tree5eda69041c3a94c7b88adddb677436103b6c36e1
parenta0e99fc121cd7ef1793581effa0651f80abce1a5
parent34debf7a6d36bbd9a52e68e079ddfc446faf5bef
Merge #782: Check if variable=yes instead of if var is set in travis.sh

34debf7a6d36bbd9a52e68e079ddfc446faf5bef Modify .travis.yml to explictly pass no in env vars instead of setting to nothing (Elichai Turkel)
ef37761feed0172baa03dd94c842f1547bdf3016 Change travis.sh to check if variables are equal to yes instead of not-empty. Before this, setting `VALGRIND=wat` was considered as true, and to make it evaluate as false you had to unset the variable `VALGRIND=` but not it checks if `VALGRIND=yes` and if it's not `yes` then it's evaluated to false (Elichai Turkel)

Pull request description:

ACKs for top commit:
  real-or-random:
    ACK 34debf7a6d36bbd9a52e68e079ddfc446faf5bef
  jonasnick:
    ACK 34debf7a6d36bbd9a52e68e079ddfc446faf5bef

Tree-SHA512: 91becfbc9cb7587ee55b2bceb604ea0aed8860990d63a5f414b11db92180c090ea8bcc048c2fb67a094e892138e3be46f00562bf78b7c3369232457289cde447
.travis.yml
contrib/travis.sh
This page took 0.026046 seconds and 4 git commands to generate.