summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 15:17:57 +0200
committerQC <qball@gmpclient.org>2014-08-29 15:17:57 +0200
commit12258eb02bfe31dc825fc448e978627a8a741b7d (patch)
tree0040fb663d0f3f51de5ffde76e22b23da2ad101c /.travis.yml
parent79e729bd370528547dfe9c06cf7cb0bca9f0339d (diff)
Try out small fake X server test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c4f960a6..b944b4a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,10 @@ 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
+ - 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 -C test/ test
+script:
+ - autoreconf -i && ./configure --enable-gcov && make && make -C test/ test && ./test/run_errormsg_test.sh
after_success:
- coveralls --exclude lib --gcov-options '\-lp'