mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
78e1af49f8
Test against released Rails 4.0 and Rails 4.1 dev; use Rails 4.0 by default in development.
21 lines
280 B
YAML
21 lines
280 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"
|
|
- "RAILS_VERSION=4.1"
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- env: "RAILS_VERSION=4.1"
|