Skip to content

Commit

Permalink
Update Travis build matrix to use CRuby on the appropriate Ruby versions
Browse files Browse the repository at this point in the history
Why?

JRuby takes significantly longer to run the test suite; this ensures
that we use MRI instead of JRuby as the wrapper when running non-JRuby.
  • Loading branch information
joshuaclayton committed Feb 6, 2016
1 parent 08c65eb commit fea2bbd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,18 @@ install: "bundle install"
script: "bundle exec rake"
jdk:
- openjdk6
matrix:
exclude:
- rvm: 1.9.3
jdk: openjdk6
- rvm: 2.0.0
jdk: openjdk6
- rvm: 2.1.0
jdk: openjdk6
- rvm: 2.2.2
jdk: openjdk6
- rvm: rbx-2
jdk: openjdk6
gemfile:
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
Expand Down

0 comments on commit fea2bbd

Please sign in to comment.