summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-30 18:25:18 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-30 18:25:18 +0200
commit2ac6678d47d4f755cb20198f3929a1a84b30c1b5 (patch)
tree4f664b08e5637eb630e40b356fbb6daf9b5aef22 /.travis.yml
parent8aaed250e175305c25c697e01c1010cf655a1a9a (diff)
Try to disable doc rebuilding..
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a7532b05..dfc98ba8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,7 @@ before_install:
# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu
# TODO: We install libxcb-ewmh-dev here, until it is whitelisted again in Travis
install:
- - sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev flex/trusty-backports libfl-dev/trusty-backports texi2html
+ - sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev flex/trusty-backports libfl-dev/trusty-backports
before_script:
- git clone --recursive https://github.com/Airblader/xcb-util-xrm.git
@@ -65,7 +65,7 @@ before_script:
- git clone https://github.com/libcheck/check/ -b 0.11.0
- cd check
- autoreconf -i
- - ./configure --prefix=/usr/
+ - TEX="false" ./configure --prefix=/usr/
- make
- make install
- cd -