diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e17365d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: c +install: make +script: make +compiler: + - clang + - gcc diff --git a/README.markdown b/README.markdown index 48a725a..aaa8ed6 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,5 @@ [![This project is considered stable](https://img.shields.io/badge/Status-stable-green.svg)](https://arp242.net/status/stable) +[![Build Status](https://travis-ci.org/Carpetsmoker/find-cursor.svg?branch=master)](https://travis-ci.org/Carpetsmoker/find-cursor) Simple XLib program to highlight the cursor position. This is similar to the feature found in Windows XP (and possibly later?)