aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Rascão <[email protected]>2019-03-31 23:38:38 +0100
committerGitHub <[email protected]>2019-03-31 23:38:38 +0100
commit7c98bd634f71abee5070c068edef9c7c9297b0fe (patch)
tree547d9acda96d31fb025a0e02c9f0fb3679844459
parentedad2b498ad12ee2860a09f80e7862efadf0eff2 (diff)
parent00af9bafb2c22f78eb0a02ff89752705e781c20f (diff)
downloadrelx-7c98bd634f71abee5070c068edef9c7c9297b0fe.tar.gz
relx-7c98bd634f71abee5070c068edef9c7c9297b0fe.tar.bz2
relx-7c98bd634f71abee5070c068edef9c7c9297b0fe.zip
Merge pull request #702 from lrascao/fix_tests
Fix tests
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ed0f025..e1a31d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,11 +27,16 @@ before_script:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
script: "./rebar3 update && ./rebar3 ct"
+after_failure:
+ ## Useful for troubleshooting to view test logs
+ - find _build/test/logs/ct_run*/lib*logs/run*/log_private/*-output*/*/log -type f -name "erlang*" -exec ls -1rt "{}" \+ | xargs -I % sh -c 'echo "\n\n%"; cat %'
branches:
only:
- master
addons:
hostname: travis.dev
+ hosts:
+ - travis.dev
notifications:
email: