summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index df3f7707..690cd356 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,11 @@ compiler:
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev xvfb xdotool
+ - sudo apt-get install -y i3-wm 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
after_success:
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'