Skip to content

Commit

Permalink
fix allow_failures
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
  • Loading branch information
BusyJay committed Mar 14, 2020
1 parent 9e39d82 commit c97f9ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ jobs:
install: true
script: shellcheck ci/*.sh
allow_failures:
- if: env(TRAVIS_PULL_REQUEST) != "false"
env: JEMALLOC_SYS_VERIFY_CONFIGURE=1
- env: JEMALLOC_SYS_VERIFY_CONFIGURE=1

install: rustup target add ${TARGET}
script: sh ci/run.sh
Expand Down

0 comments on commit c97f9ac

Please sign in to comment.