summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-30 18:02:39 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-30 18:02:39 +0200
commit2e6db428c91247c8ed19b5c822512b41911d2430 (patch)
treed3cf315ec979899aa3da107584cf582b33399551 /.travis.yml
parentaba295647a536b61c9245c78f1d8f8b90f63b320 (diff)
Install newer version of check in travis..
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c5504bd0..7b3aed5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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