1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/.travis.yml
2012-03-16 16:43:21 -04:00

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