We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8aedc commit 0de0419Copy full SHA for 0de0419
Rakefile
@@ -152,7 +152,7 @@ namespace :no_active_record do
152
sh "bundle exec rails new #{example_app_dir} --skip-active-record --skip-javascript --skip-sprockets --skip-git --skip-test-unit --skip-bundle --template=example_app_generator/generate_app.rb"
153
154
in_example_app(:app_dir => example_app_dir) do
155
- sh "bundle install --gemfile ./Gemfile --path ../../../bundle"
+ sh "./travis_retry_bundle_install.sh 2>&1"
156
# Rails 4 cannot use a `rails` binstub generated by Bundler
157
sh "bundle binstubs rspec-core rake --force"
158
sh "bundle binstubs railties" unless File.exist?("bin/rails")
0 commit comments