Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information