We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ea51c commit 56f448dCopy full SHA for 56f448d
src/ci/run.sh
@@ -23,6 +23,10 @@ fi
23
ci_dir=`cd $(dirname $0) && pwd`
24
source "$ci_dir/shared.sh"
25
26
+if [ "$TRAVIS_BRANCH" != "auto" ]; then
27
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-quiet-tests"
28
+fi
29
+
30
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache"
31
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
32
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"
0 commit comments