Install newer version of check in travis..

This commit is contained in:
Dave Davenport 2017-04-30 18:02:39 +02:00
parent aba295647a
commit 2e6db428c9
1 changed files with 8 additions and 1 deletions

View File

@ -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 check
- 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
@ -62,6 +62,13 @@ before_script:
- make
- sudo make install
- cd -
- git clone https://github.com/libcheck/check/ -b 0.11.0
- cd check
- autoreconf -i
- ./configure --prefix=/usr/
- make
- make install
- cd -
- autoreconf -i
- ./configure --enable-gcov --enable-drun