summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-05-14 17:36:27 +0200
committerDave Davenport <qball@gmpclient.org>2017-05-14 17:36:27 +0200
commitf5ba9359a99ae85fc2fb83d7e8feeb908bc9b73d (patch)
treeb39e692179fbfa46c9b54a000ce924f48faab116 /.travis.yml
parent47c6c8435ae9e6b5b88268f24ee2ae2a57a6eece (diff)
See output of test failing only in travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 71fcb52b..13ad9b0f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,6 +78,7 @@ before_script:
script:
- make
- make check
+ - ./theme_parser_test
- ulimit -c unlimited
- make test-x
- if [ -f core ]; then echo "bt" | gdb ./rofi core; fi