The .travis.yml file used for this job is not available
Build Config
{
"rvm": [
2.2,
2.3
],
"dist": "trusty",
"jobs": {
"include": [
{
"rvm": 2.3,
"stage": "deploy to staging",
"script": "echo \"Deploying to staging ...\"",
"install": "skip"
},
{
"rvm": 2.3,
"stage": "test staging",
"script": "echo \"Testing staging, shard 1 ...\"",
"install": "skip"
},
{
"rvm": 2.3,
"stage": "test staging",
"script": "echo \"Testing staging, shard 2 ...\"",
"install": "skip"
},
{
"rvm": 2.3,
"stage": "test staging",
"script": "echo \"Testing staging, shard 3 ...\"",
"install": "skip"
}
]
},
"sudo": false,
"script": "echo \"Running tests ...\""
}