Remove ruby 2.2 from build matrix

This commit is contained in:
Jordan Owens 2020-03-10 14:00:19 -04:00 committed by GitHub
parent a4dd24add2
commit 2c3e5d5b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -4,11 +4,7 @@ language: ruby
dist: trusty dist: trusty
before_install: before_install:
- if [ "$TRAVIS_RUBY_VERSION" = "2.2.10" ]; then - gem install bundler
gem install bundler -v '< 2.0';
else
gem install bundler;
fi
- export CXX="g++-4.8" - export CXX="g++-4.8"
addons: addons:
@ -19,7 +15,6 @@ addons:
- g++-4.8 - g++-4.8
- pandoc - pandoc
rvm: rvm:
- 2.2.10
- 2.3.8 - 2.3.8
- 2.4.9 - 2.4.9
- 2.5.7 - 2.5.7