Skip to content

Commit 4bc0a2a

Browse files
authored
Attempting change to Travis-CI config to allow for JRuby tests. (#554)
1 parent 00b8699 commit 4bc0a2a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ rvm:
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

2327
before_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.
3337
matrix:
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

0 commit comments

Comments
 (0)