From 641030ce8be13be727d210d053f26241f806eaa3 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 4 Feb 2017 09:58:06 +0300 Subject: [PATCH] Travis CI: Test the default config without assertions --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b3cad8..4326061 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,10 @@ compiler: env: - CFLAGS_EXTRA_M= - CFLAGS_EXTRA="-O3 -march=native" + CONF_ASSERTIONS=--enable-assertions - CFLAGS_EXTRA_M=-m32 - CFLAGS_EXTRA="-march=native" + CFLAGS_EXTRA="-march=native" + CONF_ASSERTIONS=--enable-assertions - CONF_GCOV=--enable-gcov matrix: @@ -33,8 +35,6 @@ before_install: gem install coveralls-lcov; CONF_SHARED=--disable-shared; CFLAGS_EXTRA="-march=native -DVERBOSE"; - else - CONF_ASSERTIONS=--enable-assertions; fi install: -- 2.50.1