Repository: buildr Updated Branches: refs/heads/master 88f5d5a98 -> 84481a36f
try building with oracle JDK - looks like the latest RJB seg faults with openJDK Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/84481a36 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/84481a36 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/84481a36 Branch: refs/heads/master Commit: 84481a36f4e4b75430723863acdf5307900c8166 Parents: 88f5d5a Author: Antoine Toulme <[email protected]> Authored: Tue May 3 10:21:48 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Tue May 3 10:21:48 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/84481a36/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5e58970..bf5ab57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby jdk: # - oraclejdk8 -- will turn this on once scala can be excluded - - openjdk7 + - oraclejdk7 rvm: - 2.2.5 - 2.3.1
