summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 96e14bf..33c20e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,6 @@ after_failure:
- "for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done"
- "for f in `ls -1 logs/ct_run*/*.rvi_core.logs/run*/rvi_core_suite*.html`; do echo \"\"; echo \"$f:\"; lynx -dump $f; done"
- "for f in `ls logs/ct_run*/*/rvi/log/erlang.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
- - "for f in `ls logs/ct_run*/*/rvi/log/lager/crash.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
- - "for f in `ls logs/ct_run*/*/rvi/log/lager/error.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
- - "for f in `ls logs/ct_run*/*/rvi/log/lager/rvi_log.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
+ - "for f in `ls logs/ct_run*/*/rvi/log/lager/crash.log`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
+ - "for f in `ls logs/ct_run*/*/rvi/log/lager/error.log`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"
+ - "for f in `ls logs/ct_run*/*/rvi/log/lager/rvi_log.log`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done"