File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ rust: nightly
33services : docker
44
55jobs :
6- allow_failures :
7- - if : branch != master
8- env : JEMALLOC_SYS_VERIFY_CONFIGURE=1
9-
10- matrix :
116 include :
127 # Linux
138 - name : " aarch64-unknown-linux-gnu"
@@ -129,7 +124,7 @@ matrix:
129124 deploy :
130125 provider : script
131126 script : curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
132- skip_cleanup : true
127+ cleanup : true
133128 on :
134129 branch : master
135130 - name : " rustfmt"
@@ -153,6 +148,9 @@ matrix:
153148 - name : " Shellcheck"
154149 install : true
155150 script : shellcheck ci/*.sh
151+ allow_failures :
152+ - if : env(TRAVIS_PULL_REQUEST) != "false"
153+ env : JEMALLOC_SYS_VERIFY_CONFIGURE=1
156154
157155install : rustup target add ${TARGET}
158156script : sh ci/run.sh
You can’t perform that action at this time.
0 commit comments