Add workaround cargo breaking travis-ci again

This commit is contained in:
gnzlbg 2018-11-04 13:10:30 +01:00 committed by gnzlbg
parent fdb5251af2
commit 0ec1da9092
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@ export RUST_TEST_THREADS=1
export RUST_TEST_NOCAPTURE=1
export CARGO_CMD=cross
# FIXME: workaround cargo breaking Travis-CI again:
# https://github.com/rust-lang/cargo/issues/5721
if [ "$TRAVIS" = "true" ]
then
export TERM=dumb
fi
# Runs jemalloc tests when building jemalloc-sys (runs "make check"):
if [ "${NO_JEMALLOC_TESTS}" = "1" ]
then