diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ebf4b51 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: C +sudo: enabled diff --git a/Makefile b/Makefile index 59a0c24..56d4658 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,5 @@ clean: rm bin/notify_touchy rmdir bin +test: + @printf "What to test?\n" diff --git a/README.md b/README.md index 6c1502c..ca00a07 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/configure b/configure new file mode 100755 index 0000000..7788339 --- /dev/null +++ b/configure @@ -0,0 +1,2 @@ +#!/bin/bash +echo "This does nothing. Run make instead."