From ff71e2680fc1c6e154292705cfbc7d7e10c60add Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 24 Jun 2014 18:37:34 +0000 Subject: - .travis.yml: build 8.1.x with --enable-halfops git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4059 82007160-df01-0410-b94d-b575c5fd34c7 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce9906a..0623062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,12 @@ addons: name: "ircd-hybrid/ircd-hybrid" description: "A lightweight, high-performance internet relay chat daemon." notification_email: bugs@ircd-hybrid.org - build_command_prepend: ./configure + build_command_prepend: ./configure --enable-halfops build_command: make branch_pattern: coverity_scan script: - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl; else ./configure; fi + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --disable-openssl --enable-halfops; else ./configure --enable-halfops; fi - make - sudo make install -- cgit