Repository: incubator-tephra Updated Branches: refs/heads/master 626e71484 -> 5e342230d
Update travis config to show test output in stdout Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/5e342230 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/5e342230 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/5e342230 Branch: refs/heads/master Commit: 5e342230d9fccae3d4aff70cc28bc5758cf3ab1d Parents: 626e714 Author: poorna <[email protected]> Authored: Tue Sep 6 13:32:09 2016 -0700 Committer: poorna <[email protected]> Committed: Tue Sep 6 13:32:09 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/5e342230/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 53d3556..898142d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,8 @@ branches: - /^hotfix\/.*$/ - /^release\/.*$/ +script: mvn test -Dsurefire.redirectTestOutputToFile=false + sudo: false cache:
