mirror of
https://github.com/alrayyes/st.git
synced 2024-11-22 03:16:22 +00:00
Enable travis build
This commit is contained in:
parent
b1e1a6e993
commit
c50850028b
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue