summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-09-03 00:28:01 +0200
committermakefu <github@syntax-fehler.de>2013-09-03 00:38:33 +0200
commit16b7a06d5f5b6bb3c9a0a4e963a6170140947ab5 (patch)
treea79e9f24d8bde2dbc8903f1d3d036894d7195bf2 /.travis.yml
parent4a150dd91c25ff36e1604fedb5354033d90a2049 (diff)
add experimental travis integration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..b499bc94
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+notifications:
+ irc: "chat.freenode.net#krebs_incoming"
+branches:
+ only:
+ - master
+script: "make -C util test"