Move normal ruby versions back to the rvm section
* Without this change travis does another 1.9.3 run
This commit is contained in:
parent
952cf9fcd5
commit
8e13c9b1ea
1 changed files with 5 additions and 4 deletions
|
@ -2,12 +2,13 @@ language: ruby
|
|||
before_install: gem install bundler
|
||||
bundler_args: --without yard guard benchmarks
|
||||
script: "bundle exec rake ci"
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- ruby-head
|
||||
- rbx-19mode
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 1.9.3
|
||||
- rvm: 2.0.0
|
||||
- rvm: ruby-head
|
||||
- rvm: rbx-19mode
|
||||
- rvm: jruby-19mode
|
||||
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||
- rvm: jruby-head
|
||||
|
|
Loading…
Add table
Reference in a new issue