Remove in-place translations support.
[dcpomatic.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 384edbb..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-language: cpp
-before_script:
- - wget http://carlh.net/software/libcxml/libcxml-0.11.0.tar.bz2
- - tar xjf libcxml-0.11.0.tar.bz2
- - cd libcxml-0.11.0 && ./waf configure --prefix=/usr && ./waf install
-script:
- - python waf configure
- - python waf build