From c50850028ba0a57536adc7513e268c00ddf45370 Mon Sep 17 00:00:00 2001 From: Shiva Date: Mon, 30 Jan 2017 20:14:38 -0800 Subject: [PATCH] Enable travis build --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml 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 +