Add workaround cargo breaking travis-ci again
This commit is contained in:
parent
fdb5251af2
commit
0ec1da9092
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue