Do not verify shipped configure files when testing the git dev branch
This commit is contained in:
parent
af3df0a739
commit
41a0a4e2e9
10
.travis.yml
10
.travis.yml
|
@ -54,13 +54,9 @@ matrix:
|
|||
- valgrind
|
||||
- autoconf
|
||||
- name: "x86_64-unknown-linux-gnu (nightly - jemalloc's dev branch)"
|
||||
env: TARGET=x86_64-unknown-linux-gnu VALGRIND=1 JEMALLOC_SYS_VERIFY_CONFIGURE=1 JEMALLOC_SYS_GIT_DEV_BRANCH=1
|
||||
env: TARGET=x86_64-unknown-linux-gnu VALGRIND=1 JEMALLOC_SYS_GIT_DEV_BRANCH=1
|
||||
install: rustup component add llvm-tools-preview
|
||||
addons: &valgrind
|
||||
apt:
|
||||
packages:
|
||||
- valgrind
|
||||
- autoconf
|
||||
addons: *valgrind
|
||||
- name: "x86_64-unknown-linux-gnu (beta)"
|
||||
env: TARGET=x86_64-unknown-linux-gnu VALGRIND=1
|
||||
rust: beta
|
||||
|
@ -112,7 +108,7 @@ matrix:
|
|||
osx_image: xcode10
|
||||
install: rustup component add llvm-tools-preview
|
||||
- name: "x86_64-apple-darwin (nightly - jemalloc's dev branch)"
|
||||
env: TARGET=x86_64-apple-darwin NO_JEMALLOC_TESTS=1 JEMALLOC_SYS_VERIFY_CONFIGURE=1 JEMALLOC_SYS_GIT_DEV_BRANCH=1
|
||||
env: TARGET=x86_64-apple-darwin NO_JEMALLOC_TESTS=1 JEMALLOC_SYS_GIT_DEV_BRANCH=1
|
||||
os: osx
|
||||
osx_image: xcode10
|
||||
install: rustup component add llvm-tools-preview
|
||||
|
|
Loading…
Reference in New Issue