Pull Request #129 .travis.yml: Test against current Ruby
Have things changed in the past five years?
.travis.yml
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.6.2
script: bundle exec rspec
bundler_args: "--without play"
Build Config
{
"os": [
"linux"
],
"rvm": [
"1.9.3",
"2.0.0",
"2.1.2",
"2.6.2"
],
"dist": "trusty",
"script": [
"bundle exec rspec"
],
"language": "ruby",
"bundler_args": "--without play"
}