The .travis.yml file used for this job is not available
Build Config
{
"os": [
"linux"
],
"rvm": [
"2.1",
"2.2",
"2.3",
"2.4",
"jruby-9"
],
"dist": "trusty",
"sudo": false,
"script": [
"bundle exec rspec spec --color --format documentation --require spec_helper"
],
"language": "ruby"
}