Repository: incubator-tephra Updated Branches: refs/heads/master 99c7bec49 -> f5f682af6
Reduce test stdout output due to Travis log output limit of 4 MB Signed-off-by: poorna <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/f5f682af Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/f5f682af Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/f5f682af Branch: refs/heads/master Commit: f5f682af68e7a7884788de5f7bba41d25d80280f Parents: 2ae7032 Author: poorna <[email protected]> Authored: Mon Nov 7 15:28:48 2016 -0800 Committer: poorna <[email protected]> Committed: Tue Nov 8 17:30:47 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/f5f682af/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 898142d..fb3a64c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ branches: - /^hotfix\/.*$/ - /^release\/.*$/ -script: mvn test -Dsurefire.redirectTestOutputToFile=false +script: mvn test sudo: false
