language: ruby rvm: - 2.1.10 - 2.3.7 - 2.4.4 - 2.5.1 before_install: - gem update --system # https://github.com/bundler/bundler/issues/5357 - make install script: - make test