fix mason-latest publishing, broken since e547ee12

This commit is contained in:
Dane Springmeyer 2016-01-05 13:34:11 -08:00
parent a86df63490
commit c82b4c8ba3

View file

@ -83,7 +83,7 @@ script:
- if [[ ${COVERAGE} != true ]]; then
make bench;
fi
- if [[ ${TEST_RESULT} != 0 ]]; then exit $TEST_RESULT ; fi;
- if [[ ${TEST_RESULT:-0} != 0 ]]; then exit $TEST_RESULT ; fi;
- if [[ ${MASON_PUBLISH} == true ]]; then
./mason_latest.sh build;
./mason_latest.sh link;