diff options
author | Shiva <shiv@shiv.me> | 2017-01-30 20:14:38 -0800 |
---|---|---|
committer | Shiva <shiv@shiv.me> | 2017-01-30 20:14:38 -0800 |
commit | c50850028ba0a57536adc7513e268c00ddf45370 (patch) | |
tree | d3e19a3eaf87dd1bb8d67780161b8503945ed305 /.travis.yml | |
parent | b1e1a6e993063936c8fb46e18d022b3b45dd91fa (diff) |
Enable travis build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..dfc38d4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: c +compiler: + - gcc +script: make +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/ec51097009f538278ab8 + on_success: change + on_failure: always + |