summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 796e2809..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-notifications:
- email:
- on_success: changed
- on_failure: always
- irc:
- channels:
- - "ircs://chat.freenode.net:8000/#evol-dev"
- on_success: change
- on_failure: always
-
-sudo: false
-
-addons:
- apt:
- packages:
- - libxml2-utils
-
-install:
- - pushd ..
- - git clone --depth 1 git://github.com/themanaworld/tmw-tools.git tools
- - popd
-
-script:
- - make check