Skip to content

Commit

Permalink
Explicitly install bundler 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuther committed Mar 14, 2019
1 parent a603731 commit 419c46a
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 @@ -4,7 +4,7 @@ osx_image: xcode9.2

before_install:
- curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem
- gem install bundler --no-ri --no-rdoc
- gem install bundler -v "~> 1.0" --no-ri --no-rdoc

install:
- bundle install --without=documentation

0 comments on commit 419c46a

Please sign in to comment.