Skip to content

Commit

Permalink
lock bundler to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jul 17, 2018
1 parent 252b77c commit 5978b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ matrix:
- gemfile: gemfiles/Gemfile.edge-marionette
before_install:
- gem update --system
- gem install bundler
- gem install bundler -v 1.16.2
- if [[ $BUNDLE_GEMFILE =~ Gemfile.edge-marionette$ ]]; then
pushd ..;
git clone --depth 1 https://github.com/SeleniumHQ/selenium.git;
Expand Down

0 comments on commit 5978b43

Please sign in to comment.