CI: Update matrix versions

- drop the sudo: false directive which now does nothing
This commit is contained in:
Olle Jonsson 2019-02-12 13:20:44 +01:00 committed by GitHub
parent 6f15fba279
commit bc84744332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,6 @@
language: ruby
dist: trusty
sudo: false
before_install:
- if [ "$TRAVIS_RUBY_VERSION" = "2.2.10" ]; then
@ -24,10 +23,10 @@ rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- 2.6.1
- ruby-head
- rbx-3
- jruby-9.2.5.0
- jruby-9.2..0
- jruby-head
script: ./.travis.sh
@ -36,7 +35,7 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.2.5.0
- rvm: jruby-9.2.6.0
- rvm: rbx-3
notifications: