mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
20 lines
256 B
YAML
20 lines
256 B
YAML
language: ruby
|
|
|
|
services:
|
|
- mongodb
|
|
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- rbx-19mode
|
|
- jruby-19mode
|
|
|
|
env:
|
|
- "RAILS_VERSION=4.0"
|
|
- "RAILS_VERSION=3.2"
|
|
- "RAILS_VERSION=3.1"
|
|
- "RAILS_VERSION=3.0"
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- env: "RAILS_VERSION=4.0"
|