.travis.yml: Don't bail on systems without /etc/default/apport...

parent aac71fed
......@@ -87,7 +87,7 @@ before_script:
# Print debug system information
- cat /proc/sys/kernel/core_pattern
- cat /etc/default/apport
- cat /etc/default/apport || true
- service --status-all || true
- initctl list || true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment