aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2017-09-12 11:22:27 +0200
committerkoekeishiya <aasvi93@hotmail.com>2017-09-12 11:22:27 +0200
commite7737919e49e9b14649d5df4edb1534584527c40 (patch)
treecc4908fc13a39cebde78b68e5c0dcb42a22fd5e8
parent08348763d2cc95aa54612134d0593db081bbb21e (diff)
downloadskhd-e7737919e49e9b14649d5df4edb1534584527c40.tar.gz
skhd-e7737919e49e9b14649d5df4edb1534584527c40.zip
add travis
-rw-r--r--.travis.yml4
-rw-r--r--README.md2
2 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9118284
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: c
+os: osx
+compiler: clang
+script: make install
diff --git a/README.md b/README.md
index e137ca4..2b12845 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Build Status](https://travis-ci.org/koekeishiya/skhd.svg?branch=master)](https://travis-ci.org/koekeishiya/skhd)
+
**skhd** is a simple hotkey daemon for macOS. It is a stripped version of [**khd**](https://github.com/koekeishiya/khd)
(although rewritten from scratch), that sacrifices the more advanced features in favour of increased responsiveness and performance.