Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
typos in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Dec 7, 2015
1 parent c0b2ea2 commit 4d4e757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4d4e757

Please sign in to comment.