mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
13 lines
242 B
YAML
13 lines
242 B
YAML
rvm:
|
|
- 1.9.2
|
|
- 1.9.3
|
|
before_install:
|
|
- gem update --system
|
|
script: "bundle exec rake spec:unit spec:acceptance features"
|
|
gemfile:
|
|
- gemfiles/3.0.gemfile
|
|
- gemfiles/3.1.gemfile
|
|
- gemfiles/3.2.gemfile
|
|
branches:
|
|
only:
|
|
- master
|