bump travis and rvm ruby versions

This commit is contained in:
Brent Cook 2018-01-28 03:09:34 -06:00
parent f681077818
commit 0408dd89a4
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.4.2
2.4.3

View File

@ -12,8 +12,8 @@ addons:
language: ruby
rvm:
- '2.2'
- '2.3.5'
- '2.4.2'
- '2.3.6'
- '2.4.3'
env:
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'