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
2016-02-05 10:12:35 -05:00

25 lines
374 B
YAML

rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.2
- jruby-19mode
- rbx-2
before_install:
- gem update --system
- gem update bundler
install: "bundle install"
script: "bundle exec rake"
jdk:
- openjdk6
gemfile:
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile
branches:
only:
- master
sudo: false
cache: bundler