Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #782: Check if variable=yes instead of if var is set in travis.sh
34debf7 Modify .travis.yml to explictly pass no in env vars instead of setting to nothing (Elichai Turkel) ef37761 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 34debf7 jonasnick: ACK 34debf7 Tree-SHA512: 91becfbc9cb7587ee55b2bceb604ea0aed8860990d63a5f414b11db92180c090ea8bcc048c2fb67a094e892138e3be46f00562bf78b7c3369232457289cde447
- Loading branch information