Add Travis CI configuration
This commit is contained in:
parent
aaf6385811
commit
dfe50aeb85
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user