bump version of ruby run by travis

This commit is contained in:
Mark VanderVoord
2019-10-21 11:23:39 -04:00
parent b90706424a
commit abec576fdb
+1 -1
View File
@@ -5,7 +5,7 @@ os:
- linux
rvm:
- "2.3"
- "2.4"
before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install --assume-yes --quiet gcc-multilib; fi