Bump ruby versions and pin bundler

This commit is contained in:
Benjamin Neff 2019-03-23 02:55:42 +01:00
parent 4f213b7787
commit aaadff8b76
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -1,10 +1,10 @@
language: ruby
rvm:
- 2.5.0
- 2.4.3
- 2.3.6
- 2.2.9
- 2.5.5
- 2.4.5
- 2.3.8
- 2.2.10
- 2.1
gemfile:
- Gemfile
@ -25,7 +25,7 @@ branches:
- 'master'
- 'develop'
before_install: gem install bundler
before_install: gem install bundler -v 1.17.3
bundler_args: "--deployment --without development --jobs=3 --retry=3"
script: test/scripts/travis.sh