Skip to content

Commit

Permalink
Update bundler in before_install hook on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Sep 5, 2017
1 parent 53dca7d commit 40d3879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,9 @@ jdk:
- openjdk7
- oraclejdk8

before_install:
- gem update bundler

install: ruby -S bundle install --without release development

env:
Expand Down

0 comments on commit 40d3879

Please sign in to comment.