1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-07 17:33:14 -04:00

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

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