Disable OTR for before_install-target in Travis.

This commit is contained in:
Alexander Færøy 2016-12-17 00:46:35 +01:00
commit 6f6a8db260
No known key found for this signature in database
GPG key ID: E15081D5D3C3DB53

View file

@ -16,15 +16,14 @@ addons:
before_install: before_install:
- perl -V - 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 - make dist
- cd .. - cd ..
- tar xaf */irssi-*.tar.* - tar xaf */irssi-*.tar.*
- cd irssi-* - cd irssi-*
install: install:
- ./autogen.sh --with-proxy --with-bot --with-perl=module --with-otr=no --prefix=$HOME/irssi-build - ./configure --with-proxy --with-bot --with-perl=module --with-otr=no --prefix=$HOME/irssi-build
- cat config.log
- make CFLAGS="-Wall -Werror" - make CFLAGS="-Wall -Werror"
- make install - make install