1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

Enable travis build

This commit is contained in:
Shiva 2017-01-30 20:14:38 -08:00
parent b1e1a6e993
commit c50850028b

11
.travis.yml Normal file
View File

@ -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