Build against JRuby (1.9 mode)

This commit is contained in:
Matthew Horan 2014-01-28 20:07:59 -05:00
parent 7816940122
commit e38934a5ed
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: ruby
rvm: rvm:
- 1.9.3 - 1.9.3
- 2.0.0 - 2.0.0
- jruby-19mode
matrix: matrix:
exclude: exclude:
- rvm: 1.9.3 - rvm: 1.9.3
@ -10,6 +11,9 @@ matrix:
- rvm: 2.0.0 - rvm: 2.0.0
gemfile: gemfiles/2.0.gemfile gemfile: gemfiles/2.0.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
- rvm: jruby-19mode
gemfile: gemfiles/2.0.gemfile
env: QMAKE=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
notifications: notifications:
email: false email: false
script: xvfb-run rake script: xvfb-run rake