summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-31 21:08:52 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-31 21:08:52 +0200
commit3e73cbd0efa6ebd5f1d4566deef2a7ddd8ea468c (patch)
treeaec5867d21094f551a3518fccd744dea209d585b /.travis.yml
parent563dc8dafde2b11379f99777931b34d0e5f8ecdd (diff)
Small experiment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8acae99f..e33fbe4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,9 @@ script:
- make
- make check
# to re-enable if xdotool is allowed.
+ - ulimit -c unlimited
- make test-x
+ - if [ -f core ]; then echo "bt" | gdb ./rofi core; fi
- make test-x1
- make coverage-cli
# - gcov source/rofi.c