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:
parent
a760c07e6a
commit
76d6534214
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ rvm:
|
||||||
- jruby-19mode
|
- jruby-19mode
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system
|
||||||
|
install: "bundle install"
|
||||||
script: "bundle exec rake spec:unit spec:acceptance features"
|
script: "bundle exec rake spec:unit spec:acceptance features"
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk6
|
- openjdk6
|
||||||
|
|
Loading…
Reference in a new issue