Skip to content

Commit 778b5fb

Browse files
committed
Revert "Address bundler warnings"
This reverts commit d1f8e95.
1 parent de6a925 commit 778b5fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
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: "--retry=3 --jobs=3"
21+
bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
2222

2323
before_install:
2424
- script/update_rubygems_and_install_bundler
@@ -29,8 +29,6 @@ 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
3432

3533
script: "script/run_build 2>&1"
3634

0 commit comments

Comments
 (0)