summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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