Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
- removed jRuby 1.8 from the list of tested configurations as it has problems with oniguruma and is outdated. jRuby 1.9 is the default and should be the one to use with rOCCI
- added Ruby 2.0.0 test configuration
  • Loading branch information
ffeldhaus committed May 11, 2013
1 parent c51e2fe commit c55ae47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ before_install:
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head

Expand All @@ -29,6 +29,10 @@ matrix:
jdk: openjdk7
- rvm: 1.9.3
jdk: oraclejdk7
- rvm: 2.0.0
jdk: openjdk7
- rvm: 2.0.0
jdk: oraclejdk7
- rvm: ruby-head
jdk: openjdk7
- rvm: ruby-head
Expand Down

0 comments on commit c55ae47

Please sign in to comment.