summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-02-02 15:08:44 +0100
committerDave Davenport <qball@gmpclient.org>2015-02-02 15:08:44 +0100
commite42a60f87af490b06e4960a2dc562c1b8b07524b (patch)
treee9ba8ad5dbad08731605f2badd51c8be467959f5
parent65abc093caff4c217b92e8e0733ceb4ef9a5a019 (diff)
Remove i3 build in travis... it is to old.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 690cd356..4184cd3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,11 @@ compiler:
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -y i3-wm libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev xvfb xdotool
+ - sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev xvfb xdotool
- sudo pip install cpp-coveralls
script:
- autoreconf -i && ./configure --enable-gcov && make && make test
- - make clean && autoreconf -i && ./configure --disable-i3support && make
+# - make clean && autoreconf -i && ./configure --disable-i3support && make
after_success:
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'