Disable OTR for Travis due to the lack of up-to-date libotr.

This commit is contained in:
Alexander Færøy 2015-10-03 13:49:48 +02:00
commit 5877d5b4e0
No known key found for this signature in database
GPG key ID: E15081D5D3C3DB53

View file

@ -23,7 +23,8 @@ before_install:
- cd irssi-* - cd irssi-*
install: install:
- ./configure --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build - ./autogen.sh --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