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
before_install:
- if [ "$TRAVIS_RUBY_VERSION" = "2.2.10" ]; then
gem install bundler -v '< 2.0';
else
gem install bundler;
fi
- gem install bundler
- export CXX="g++-4.8"
addons:
@ -19,7 +15,6 @@ addons:
- g++-4.8
- pandoc
rvm:
- 2.2.10
- 2.3.8
- 2.4.9
- 2.5.7