try to use JDK8 for scala testing
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/02f5edeb Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/02f5edeb Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/02f5edeb Branch: refs/heads/master Commit: 02f5edeb2979706d1f5ce28a78912b2c3612b74f Parents: c0e155b Author: Antoine Toulme <[email protected]> Authored: Sun Aug 14 18:39:52 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Sun Aug 14 18:39:52 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/02f5edeb/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index bf5ab57..a7b5f76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,15 @@ language: ruby jdk: -# - oraclejdk8 -- will turn this on once scala can be excluded + - oraclejdk8 -- will turn this on once scala can be excluded - oraclejdk7 rvm: - - 2.2.5 - 2.3.1 - jruby-1.7.25 - jruby-9.0.5.0 git: depth: 10 scala: -# - 2.10.0 - - 2.9.2 -# - 2.9.1 -# - 2.8.1 + - 2.11.8 install: - source ci-setup.sh - export JRUBY_OPTS="-J-XX:MaxPermSize=312m -J-Xmx700M"
