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
Brandon Fish ed84cda57e Add Rubinius to Build Matrix
Fix unintended removal of new line here
2015-04-30 16:52:15 -04:00

24 lines
386 B
YAML

rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.2
- jruby-19mode
- rbx-2
before_install:
- gem update --system
install: "bundle install"
script: "bundle exec rake spec:unit spec:acceptance features"
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