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
Michael Klishin 850116da11 Update rubygems on travis-ci.org before running dependency installation
REE will fail to install Rails 3.2 gems w/o rubygems update.
2012-01-29 19:56:37 +04:00

17 lines
316 B
YAML

rvm:
- ree-1.8.7
- 1.8.7
- 1.9.2
- 1.9.3
before_install:
- gem update --system
script: "bundle exec rake spec:unit spec:acceptance features"
gemfile:
- gemfiles/2.1.gemfile
- gemfiles/2.3.gemfile
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
branches:
only:
- master