From 3884d7c3ac0ef9ee0a2ace377c55a0c2d18fa3bf Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Fri, 17 Jun 2016 01:10:47 -0700 Subject: [PATCH] enable LLVM assertions on Travis backport of 9db07bea4580030ac8f00bbe1f55df63f3643644 ref #16151 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32b5ec7b65881..08a1ba0a31dcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ before_install: - make check-whitespace - if [ `uname` = "Linux" ]; then contrib/travis_fastfail.sh || exit 1; - BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1"; + BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1"; if [ "$ARCH" = "i686" ]; then export BUILDOPTS="$BUILDOPTS MARCH=pentium4"; else