1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/.travis.yml
Andrew Haines 78e1af49f8 Rails 4.0
Test against released Rails 4.0 and Rails 4.1 dev; use Rails 4.0 by
default in development.
2013-07-07 12:21:06 +01:00

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"