summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-04-10 19:07:42 +0200
committerAzul <azul@riseup.net>2016-04-10 19:07:42 +0200
commit55a186ccd49438ea95260e15ea2150e7845801c8 (patch)
tree145d5897c66e842d3296808048a5448765a4d55a /.travis.yml
parent8c4d18b8463bae1a5274cccc18b36ff401ebe5a8 (diff)
test: try latest rubygems and bundler
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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