See output of test failing only in travis.

This commit is contained in:
Dave Davenport 2017-05-14 17:36:27 +02:00
parent 47c6c8435a
commit f5ba9359a9
1 changed files with 1 additions and 0 deletions

View File

@ -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