diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-04 18:41:53 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-04 18:41:53 +0000 |
commit | f593cafb7e63bb73687ce63b5f70a9da039f0e8e (patch) | |
tree | 709fd37c1541744308222ba671b01b27a7efbf8f /.travis.yml | |
parent | b5aaa423426a85b88d093bc097dd78bbd5b5f2d3 (diff) |
- .travis.yml: build with --enable-assert
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4169 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |