Merge pull request #69 from Mkaysi/travis

Travis
This commit is contained in:
Sébastien Helleu 2014-05-04 07:29:37 +02:00
commit 3223429d29
2 changed files with 17 additions and 1 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install devscripts equivs
- sudo mk-build-deps -i debian/control
script:
- mkdir build;cd build
- cmake ..
- make
- sudo make install
after_success:
- weechat --help
- weechat -r /quit

View File

@ -3,13 +3,13 @@
:email: flashcode@flashtux.org
:lang: en
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat
environment for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with scripts.
Homepage: http://weechat.org/
image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/weechat"]
== Features