1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-27 05:20:20 -04:00

Add lynx as build-dep

This commit is contained in:
Alexander Færøy 2014-06-15 17:22:10 +02:00
parent 551d326b69
commit fd5fffaf5f

View File

@ -6,6 +6,7 @@ compiler:
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get build-dep -qq irssi - sudo apt-get build-dep -qq irssi
- sudo apt-get install -qq lynx
script: script:
- ./autogen.sh --with-proxy --with-bot - ./autogen.sh --with-proxy --with-bot