diff options
Diffstat (limited to '')
-rw-r--r-- | st-master/.travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/st-master/.travis.yml b/st-master/.travis.yml new file mode 100644 index 0000000..dfc38d4 --- /dev/null +++ b/st-master/.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 + |