1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Force 'bundle install' when installing

This commit is contained in:
Joshua Clayton 2013-10-08 13:03:30 -04:00
parent a760c07e6a
commit 76d6534214

View file

@ -4,6 +4,7 @@ rvm:
- jruby-19mode
before_install:
- gem update --system
install: "bundle install"
script: "bundle exec rake spec:unit spec:acceptance features"
jdk:
- openjdk6