1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/.travis.yml

22 lines
280 B
YAML
Raw Normal View History

language: ruby
2013-02-27 06:39:33 -05:00
2013-03-03 06:34:06 -05:00
services:
- mongodb
2011-08-27 23:58:02 -04:00
rvm:
- 1.9.3
2013-02-27 06:05:45 -05:00
- 2.0.0
2012-06-07 14:24:21 -04:00
- rbx-19mode
- jruby-19mode
2013-02-27 06:39:33 -05:00
env:
2013-05-20 07:42:01 -04:00
- "RAILS_VERSION=4.0"
- "RAILS_VERSION=3.2"
- "RAILS_VERSION=3.1"
- "RAILS_VERSION=3.0"
- "RAILS_VERSION=4.1"
2013-02-27 06:39:33 -05:00
matrix:
allow_failures:
- env: "RAILS_VERSION=4.1"