We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12586b commit f677df2Copy full SHA for f677df2
.travis.yml
@@ -88,8 +88,8 @@ before_install:
88
- git submodule update --init
89
- npm install -g jshint
90
- npm install -g uglify-js
91
- - test $REINSTALL_BUNDLER && gem install bundler || true
92
- - type bundle || gem install bundler
+ - test $REINSTALL_BUNDLER && gem install bundler -v '< 2' || true
+ - type bundle || gem install bundler -v '< 2'
93
- bundle config without doc
94
- which google-chrome-stable
95
- google-chrome-stable --version
0 commit comments