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 39be63a commit 18e15b1Copy full SHA for 18e15b1
.travis.yml
@@ -18,7 +18,7 @@ language: ruby
18
# original `cache: bundler` is a better option.
19
cache: bundler
20
21
-bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
+bundler_args: "--retry=3 --jobs=3"
22
23
before_install:
24
- script/update_rubygems_and_install_bundler
@@ -29,6 +29,8 @@ before_script:
29
# Rails 4.x complains with a bundler rails binstub in PROJECT_ROOT/bin/
30
- rm -f bin/rails
31
- bundle exec rails --version
32
+ - bundle config set path ../bundle
33
+ - bundle binstubs --force --all
34
35
script: "script/run_build 2>&1"
36
0 commit comments