1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00
irssi/.travis.yml
2014-06-15 17:22:10 +02:00

25 lines
459 B
YAML

language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get build-dep -qq irssi
- sudo apt-get install -qq lynx
script:
- ./autogen.sh --with-proxy --with-bot
- cat config.log
- make
- sudo make install
notifications:
irc:
channels:
- "irc.freenode.net#irssi"
on_success: always
on_failure: always
use_notice: true
skip_join: true