summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-20 11:49:05 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-11-20 13:41:50 -0800
commitb5cf44194c21241d2b16ac11857ef65f7cb34bdd (patch)
treeca44b105d617207436efaa1164f55f9b6d4ecd37 /.travis.yml
parentcee8c3df295bf83dcbf55d7ac2b027041f653478 (diff)
downloadrvi_core-b5cf44194c21241d2b16ac11857ef65f7cb34bdd.tar.gz
remove bt, dlink_bt during ct
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3820628..9003a2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,10 @@ before_script:
- export PATH=$HOME/.local/bin:$PATH
- pip install -r requirements.txt --user `whoami`
script: "make ci"
-after_failure: "echo 'logs/raw.log\n'; html2text logs/index.html; cat logs/raw.log; 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*/jlr.rvi_core.logs/run*/rvi_core_suite*.html`; do echo \"\"; echo \"$f:\"; lynx -dump $f; done; for f in `ls logs/ct_run*/*/log/erlang.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done" \ No newline at end of file
+after_failure:
+ - "echo 'logs/raw.log\n'"
+ - "html2text logs/index.html"
+ - "cat logs/raw.log"
+ - "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*/*/log/erlang.log.*`; do echo \"\"; echo \"$f:\"; echo \"\"; cat $f; done" \ No newline at end of file