1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Bundle in an attempt to fix travis

This commit is contained in:
Joshua Clayton 2012-12-07 11:51:01 -05:00
parent 1c6975c185
commit 7d7828888c

View file

@ -4,6 +4,7 @@ rvm:
- jruby-19mode
before_install:
- gem update --system
- bundle install
- bundle exec rake appraisal:install
jdk:
- openjdk6