Activate travis ci

pull/81/head
Baptiste Daroussin 2015-02-03 09:22:10 +01:00
parent 59955829ae
commit fc645f3380
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: c
compiler:
- clang
- gcc
script:
- ./configure --prefix=/usr
- make
- make check
notifications:
email: false
irc:
channels:
- "irc.freenode.org#pkgconf"
on_success: change
on_failure: always