Try fixing the pypy build

This commit is contained in:
konstin 2019-08-11 14:26:56 +02:00
parent d995701aa7
commit 5874014252
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ install:
script:
# Options for grcov
- export CARGO_INCREMENTAL=0
- export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
- if ! [[ $FEATURES == *"pypy"* ]]; then export CARGO_INCREMENTAL=0; fi
- if ! [[ $FEATURES == *"pypy"* ]]; then export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"; fi
- ./ci/travis/test.sh
after_success: