Skip to content

Commit

Permalink
Restrict bundler to < 2
Browse files Browse the repository at this point in the history
Otherwise we need to to also ensure ruby gems is > 3.
  • Loading branch information
elia committed Jan 3, 2019
1 parent a12586b commit f677df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -88,8 +88,8 @@ before_install:
- git submodule update --init
- npm install -g jshint
- npm install -g uglify-js
- test $REINSTALL_BUNDLER && gem install bundler || true
- type bundle || gem install bundler
- test $REINSTALL_BUNDLER && gem install bundler -v '< 2' || true
- type bundle || gem install bundler -v '< 2'
- bundle config without doc
- which google-chrome-stable
- google-chrome-stable --version
Expand Down

0 comments on commit f677df2

Please sign in to comment.