Skip to content

Commit d1f8e95

Browse files
committed
Address bundler warnings
1 parent 39be63a commit d1f8e95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ language: ruby
1818
# original `cache: bundler` is a better option.
1919
cache: bundler
2020

21-
bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
21+
bundler_args: "--retry=3 --jobs=3"
2222

2323
before_install:
2424
- script/update_rubygems_and_install_bundler
@@ -29,6 +29,8 @@ before_script:
2929
# Rails 4.x complains with a bundler rails binstub in PROJECT_ROOT/bin/
3030
- rm -f bin/rails
3131
- bundle exec rails --version
32+
- bundle config set path ../bundle
33+
- bundle binstubs --force
3234

3335
script: "script/run_build 2>&1"
3436

0 commit comments

Comments
 (0)