diff options
author | Azul <azul@riseup.net> | 2016-04-10 19:22:58 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-04-10 19:25:10 +0200 |
commit | 08d24490ae51a29c1735957a678a6bf537a251b8 (patch) | |
tree | 5a442d5f436c2d74fd140024b97e59643dce05c8 | |
parent | 55a186ccd49438ea95260e15ea2150e7845801c8 (diff) |
travis: match production environmentversion/0.8
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index ae4b27f..a2dc053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: ruby rvm: - 2.1.5 - - 1.9.3 cache: bundler notifications: email: false before_install: - - gem update --system - - gem install bundler + - gem update --system 2.2.2 + - gem install bundler --version 1.7.4 - gem --version - bundle --version |