summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-07-16 21:39:40 +0200
committerQC <qball@gmpclient.org>2015-07-16 21:39:40 +0200
commitd79e5dae89f9c4fedbb34792e46cee081da22977 (patch)
treecc77f239874dcd49cbb96e7e633336d6a66f6d0a /.travis.yml
parent03d872c0e9aa538f27c601cce258945c9086a385 (diff)
Updates
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 17 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 530b3c4e..ac599346 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,27 @@
sudo: false
language: c
+addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - libxinerama-dev
+ - autoconf
+ - automake
+ - make
+ - libxft-dev
+ - libx11-dev
+ - libpango1.0-dev
+ - xvfb
+ - xdotool
+
compiler:
- gcc
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 pip install cpp-coveralls
script:
- autoreconf -i && ./configure --enable-gcov && make && make test && make test-x
# - make clean && autoreconf -i && ./configure --disable-i3support && make
-after_success:
- - coveralls -x c --gcov-options '\-lp' -e '<built-in>'
+#after_success:
+# - coveralls -x c --gcov-options '\-lp' -e '<built-in>'