#5 from nicolasleger/patch-1
master Merge pull request[CI] Test against Ruby 2.4 and 2.5
The .travis.yml file used for this job is not available
Build Config
{
"os": [
"linux"
],
"rvm": [
"2.3",
"2.4",
"2.5"
],
"dist": "trusty",
"sudo": false,
"script": [
"bundle exec rspec"
],
"language": "ruby"
}