mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
added ruby-head matrix
This commit is contained in:
parent
1c0e2aafef
commit
38230bcd3e
1 changed files with 4 additions and 0 deletions
|
@ -2,9 +2,13 @@ services: mongodb
|
|||
|
||||
script: "bundle exec rake spec"
|
||||
|
||||
before_install:
|
||||
- gem install nokogiri ffi do_sqlite3 -- --with-cflags='--std=gnu99'
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
- ruby-head
|
||||
|
||||
gemfile:
|
||||
- gemfiles/active_record_32.gemfile
|
||||
|
|
Loading…
Reference in a new issue