From 6f6a8db26058d8e631764aaad40d4a85609a08e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sat, 17 Dec 2016 00:46:35 +0100 Subject: [PATCH] Disable OTR for before_install-target in Travis. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2b18697..6e8180d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,15 +16,14 @@ addons: before_install: - perl -V - - ./autogen.sh --with-proxy --with-bot --with-perl=module + - ./autogen.sh --with-proxy --with-bot --with-perl=module --with-otr=no - make dist - cd .. - tar xaf */irssi-*.tar.* - cd irssi-* install: - - ./autogen.sh --with-proxy --with-bot --with-perl=module --with-otr=no --prefix=$HOME/irssi-build - - cat config.log + - ./configure --with-proxy --with-bot --with-perl=module --with-otr=no --prefix=$HOME/irssi-build - make CFLAGS="-Wall -Werror" - make install