From aa888c55936a473d5ff0c4f474a42bf94237a77d Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 27 May 2019 15:24:37 +0200 Subject: [PATCH] remove redundant RUSTFLAGS --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd8c1260215d..1ba55e0c724a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ env: global: - RUST_TEST_NOCAPTURE=1 - RUST_BACKTRACE=1 - - RUSTFLAGS="-C debug-assertions" before_script: # Linux: install extra stuff for cross-compilation