Travis CI

This commit is contained in:
2018-03-29 05:06:17 +02:00
parent 57b228e873
commit 5c9d9e3c85
4 changed files with 7 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
language: C
sudo: enabled
+2
View File
@@ -23,3 +23,5 @@ clean:
rm bin/notify_touchy rm bin/notify_touchy
rmdir bin rmdir bin
test:
@printf "What to test?\n"
+1 -1
View File
@@ -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
Vendored Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
echo "This does nothing. Run make instead."