Repository: buildr Updated Branches: refs/heads/master 5356d690e -> 89f8f1bab
experiment with travis CI - change ruby versions Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/89f8f1ba Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/89f8f1ba Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/89f8f1ba Branch: refs/heads/master Commit: 89f8f1bab35dd96090b1f4b5b857790cfcd121c8 Parents: 5356d69 Author: Antoine Toulme <[email protected]> Authored: Sat Apr 30 22:25:13 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Sat Apr 30 22:25:13 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/89f8f1ba/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e695bf5..73f5811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,13 @@ jdk: - oraclejdk7 - openjdk6 rvm: - - 2.1.0 - - 2.0.0 - - 1.9.3 - - 1.8.7 + - 2.1.9 + - 2.2.5 + - 2.3.1 + - jruby-1.6.7.2 + - jruby-1.7.25 + - jruby-9.0.50 - jruby-19mode - - jruby-18mode git: depth: 10 scala:
