Skip to content

Commit

Permalink
Update because Travis changed Bundler install to use --path.
Browse files Browse the repository at this point in the history
bundle install --path=${BUNDLE_PATH:-vendor/bundle}
  • Loading branch information
junaruga committed Apr 21, 2017
1 parent 0bbf1f3 commit e1ce6aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bundle
.rvmrc
.vagrant
Gemfile.lock
Gemfile.ruby_dep.lock
spec/.fixtures
coverage
.ruby-version
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ bundler_args: --without development
before_install:
- gem install bundler
- gem update bundler
- gem install ruby_dep
- gem update ruby_dep
- bundle install --gemfile=Gemfile.ruby_dep --path vendor/bundle
rvm:
- 2.2.7
- 2.3.4
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.ruby_dep
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'ruby_dep'

0 comments on commit e1ce6aa

Please sign in to comment.