File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ exec docker \
79
79
--env DEPLOY_ALT=$DEPLOY_ALT \
80
80
--env LOCAL_USER_ID=` id -u` \
81
81
--env TRAVIS=${TRAVIS-false} \
82
+ --env TRAVIS_BRANCH \
82
83
--volume " $HOME /.cargo:/cargo" \
83
84
--volume " $HOME /rustsrc:$HOME /rustsrc" \
84
85
--privileged \
Original file line number Diff line number Diff line change 23
23
ci_dir=` cd $( dirname $0 ) && pwd`
24
24
source " $ci_dir /shared.sh"
25
25
26
+ if [ " $TRAVIS " == " true" ] && [ " $TRAVIS_BRANCH " != " auto" ]; then
27
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-quiet-tests"
28
+ fi
29
+
26
30
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-sccache"
27
31
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --disable-manage-submodules"
28
32
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-locked-deps"
You can’t perform that action at this time.
0 commit comments