Repository: syncope Updated Branches: refs/heads/master 17bf8d0df -> feaea6915
More info to debug Travis CI failures Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/feaea691 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/feaea691 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/feaea691 Branch: refs/heads/master Commit: feaea691565fca7819e65866524c5a97e9f948c9 Parents: 17bf8d0 Author: Francesco Chicchiriccò <[email protected]> Authored: Wed Mar 9 17:30:37 2016 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Wed Mar 9 17:30:37 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/feaea691/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 53345ab..241c951 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console - mvn --show-version --quiet clean install -Dinvoker.streamLogs=true after_failure: - - cat fit/core-reference/target/log/* target/failsafe-reports/org.apache.syncope.*-output.txt + - cat fit/core-reference/target/log/* fit/core/reference/target/failsafe-reports/org.apache.syncope.fit.core.VirAttrITCase-output.txt notifications: email: - [email protected]
