mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Disable OTR for Travis due to the lack of up-to-date libotr.
This commit is contained in:
parent
c2a2d3544f
commit
5877d5b4e0
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ before_install:
|
|||
- cd irssi-*
|
||||
|
||||
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 install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue