Repository: syncope Updated Branches: refs/heads/master 69d30c51f -> 17bf8d0df
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/17bf8d0d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/17bf8d0d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/17bf8d0d Branch: refs/heads/master Commit: 17bf8d0df233521d67a740c76afdc4bff92845d5 Parents: 69d30c5 Author: Francesco Chicchiriccò <[email protected]> Authored: Wed Mar 9 17:00:57 2016 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Wed Mar 9 17:00:57 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/17bf8d0d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index d38f11c..53345ab 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/* + - cat fit/core-reference/target/log/* target/failsafe-reports/org.apache.syncope.*-output.txt notifications: email: - [email protected]
