Skip to content

Commit

Permalink
Pin bundler to the latest known to be working one
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Jan 22, 2017
1 parent 5f0935e commit 84dcb1f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ language: ruby
sudo: false

before_install:
- gem update --system
- gem install bundler
- gem update --system 2.6.8
- gem --version
- gem install bundler --version 1.13.7 --no-rdoc --no-ri
- bundle --version

bundler_args: --without development doc
install: bundle _1.13.7_ install --without development doc

script: bundle _1.13.7_ exec rake

env:
global:
Expand Down

0 comments on commit 84dcb1f

Please sign in to comment.