Add Travis CI configuration

This commit is contained in:
Přemysl Eric Janouch 2015-02-08 05:53:55 +01:00
parent aaf6385811
commit dfe50aeb85
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: c
notifications:
irc:
channels: "anathema.us.nu#anathema"
use_notice: true
skip_join: true
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
script:
- make