Repository: buildr Updated Branches: refs/heads/master bc2db5141 -> 38cc531e3
exclude jruby 9.0.5.0 for jdk 6 Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/38cc531e Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/38cc531e Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/38cc531e Branch: refs/heads/master Commit: 38cc531e3c327083bc1c7035948e6053b2530f55 Parents: bc2db51 Author: Antoine Toulme <[email protected]> Authored: Sat Apr 30 23:21:53 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Sat Apr 30 23:21:53 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/38cc531e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5ccc545..aceb68d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ rvm: - 2.3.1 - jruby-1.7.25 - jruby-9.0.5.0 +matrix: + exclude: + - rvm: jruby-9.0.5.0 + jdk: openjdk6 git: depth: 10 scala:
