summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0623062..9bdd86c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ addons:
branch_pattern: coverity_scan
script:
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl --enable-halfops; else ./configure --enable-halfops; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl --enable-halfops --enable-assert; else ./configure --enable-halfops --enable-assert; fi
- make
- sudo make install