File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1919 # The latest stable and head versions built by clang
2020 - 2.3.0-clang
2121 - ruby-head-clang
22+ # JRuby versions --- experimental, pending merging Prasun's GSoC project.
23+ # - jruby-9.0.0.0 # earliest supported version (uncomment when jruby-head is passing)
24+ - jruby-head # latest supported JRuby
25+ # Make sure to add exclude lines for new JRuby versions below.
2226
2327before_install : ./travis.sh before_install
2428
@@ -32,6 +36,17 @@ script: ./travis.sh script
3236# For other configurations we only test with one version of ruby.
3337matrix :
3438 exclude :
39+ - rvm : jruby-head
40+ env : USE_ATLAS=1
41+ - rvm : jruby-head
42+ env : USE_OPENBLAS=1
43+ - rvm : jruby-head
44+ env : USE_REF=1
45+ # - rvm: jruby-9.0.0.0
46+ # env:
47+ # - USE_ATLAS=1
48+ # - USE_OPENBLAS=1
49+ # - USE_REF=1
3550 # NOTE: The following two ruby versions on OSX are currently unavailable
3651 - os : osx
3752 rvm : 2.0.0-p648
@@ -91,6 +106,8 @@ matrix:
91106 - ruby_version=2.1.8 USE_OPENBLAS=1
92107 allow_failures :
93108 # trunk
109+ - rvm : jruby-head
110+ # - rvm: jruby-9.0.0.0
94111 - rvm : ruby-head
95112 - rvm : ruby-head-clang
96113 - os : osx
You can’t perform that action at this time.
0 commit comments