Skip to content

Commit

Permalink
Reinstall bundler for ruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Apr 21, 2018
1 parent aab3148 commit ac7659a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -58,7 +58,7 @@ matrix:
env: RUN=smoke_test

- rvm: ruby-head
env: RUN=rspec
env: RUN=rspec REINSTALL_BUNDLER=true

- rvm: 2.4.3
env: RUN=rspec RACK_VERSION='~> 2.0.0'
Expand Down Expand Up @@ -90,6 +90,7 @@ before_install:
- git submodule update --init
- npm install -g jshint
- npm install -g uglify-js
- test REINSTALL_BUNDLER && gem install bundler
- type bundle || gem install bundler
- bundle config without doc
- which google-chrome-stable
Expand Down

0 comments on commit ac7659a

Please sign in to comment.