Remove Rubinius from travis.yml

* Travis hasn't been able to build rbx in ages.
This commit is contained in:
Matthew Horan 2013-12-24 18:42:58 -05:00
parent d8433051a8
commit c0c60547f6
1 changed files with 0 additions and 4 deletions

View File

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