Skip to content

Commit

Permalink
Add latest stable JRuby to Travis CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Dec 1, 2016
1 parent 0bc1b9c commit 2cdef34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ rvm:
- 2.1
- 2.2
- 2.3
- jruby
gemfile:
- Gemfile
env:
- MOCHA_OPTIONS=debug
matrix:
include:
- rvm: jruby
gemfile: gemfiles/Gemfile.minitest.latest
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=minitest
- rvm: 2.3
gemfile: gemfiles/Gemfile.minitest.latest
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=minitest
Expand Down Expand Up @@ -75,6 +79,9 @@ matrix:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.minitest.1.3.0
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=minitest
- rvm: jruby
gemfile: gemfiles/Gemfile.test-unit.latest
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=test-unit
- rvm: 2.3
gemfile: gemfiles/Gemfile.test-unit.latest
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=test-unit
Expand Down

0 comments on commit 2cdef34

Please sign in to comment.