summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..07a8042d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+notifications:
+ email:
+ on_success: changed
+ on_failure: always
+ irc:
+ channels: "chat.freenode.net#themanaworld-dev"
+ on_success: always
+ on_failure: always
+ use_notice: true
+
+install:
+ - pushd ..
+ - git clone --depth 1 git://github.com/themanaworld/tmw-tools.git tools
+ - popd
+
+script:
+ - make check