Skip to content

Commit cc7732c

Browse files
committed
fix allow_failures
1 parent 9e39d82 commit cc7732c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ jobs:
144144
install: true
145145
script: shellcheck ci/*.sh
146146
allow_failures:
147-
- if: env(TRAVIS_PULL_REQUEST) != "false"
148-
env: JEMALLOC_SYS_VERIFY_CONFIGURE=1
147+
- env: JEMALLOC_SYS_VERIFY_CONFIGURE=1 TRAVIS_PULL_REQUEST=false
149148

150149
install: rustup target add ${TARGET}
151150
script: sh ci/run.sh

0 commit comments

Comments
 (0)