Travis CI
This commit is contained in:
parent
57b228e873
commit
5c9d9e3c85
2
.travis.yml
Normal file
2
.travis.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
language: C
|
||||||
|
sudo: enabled
|
2
Makefile
2
Makefile
@ -23,3 +23,5 @@ clean:
|
|||||||
rm bin/notify_touchy
|
rm bin/notify_touchy
|
||||||
rmdir bin
|
rmdir bin
|
||||||
|
|
||||||
|
test:
|
||||||
|
@printf "What to test?\n"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# notify\_touchy
|
# notify\_touchy [![Build Status](https://travis-ci.org/Bandie/notify_touch.svg?branch=master)](https://travis-ci.org/Bandie/notify_touch)
|
||||||
|
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
|
Loading…
Reference in New Issue
Block a user