Skip to content

Commit 27166ae

Browse files
committed
Test without LLVM assertions enabled on travis
1 parent c38a5a3 commit 27166ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ branches:
4545
only:
4646
- master
4747
- /release-.*/
48+
- tk/travis-llvm-assertions
4849
notifications:
4950
email: false
5051
irc:
@@ -68,7 +69,7 @@ before_install:
6869
ln -s /usr/bin/g++-5 $HOME/bin/x86_64-linux-gnu-g++;
6970
gcc --version;
7071
BAR="bar -i 30";
71-
BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1";
72+
BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1";
7273
echo "override ARCH=$ARCH" >> Make.user;
7374
TESTSTORUN="all";
7475
elif [ `uname` = "Darwin" ]; then

0 commit comments

Comments
 (0)