diff options
author | Azul <azul@riseup.net> | 2016-04-10 19:07:42 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-04-10 19:07:42 +0200 |
commit | 55a186ccd49438ea95260e15ea2150e7845801c8 (patch) | |
tree | 145d5897c66e842d3296808048a5448765a4d55a | |
parent | 8c4d18b8463bae1a5274cccc18b36ff401ebe5a8 (diff) |
test: try latest rubygems and bundler
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f4033a8..ae4b27f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ cache: bundler notifications: email: false before_install: - - gem update --system 2.4.5 + - gem update --system + - gem install bundler - gem --version + - bundle --version |