Remove hack to install newest bundler for Travis CI

This commit is contained in:
Luca Guidi 2017-11-07 13:51:45 +01:00
parent 0a111e895a
commit c5a2433dae
No known key found for this signature in database
GPG Key ID: 6DD4B47E0C5657B4
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
language: ruby
sudo: false
cache: bundler
before_install:
- gem update --system
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler -v 1.13.7
script: ./script/ci
rvm:
- 2.3.5