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 '' +#after_success: +# - coveralls -x c --gcov-options '\-lp' -e ''