language: ruby rvm: - 2.3.3 - 2.4.0 before_install: - gem update --system # https://github.com/bundler/bundler/issues/5357 - make install script: - make test