The .travis.yml file used for this job is not available
Build Config
{
"rvm": "2.3.1",
"jobs": {
"include": [
{
"stage": "testing time"
},
{
"dist": "trusty",
"sudo": "required",
"stage": ":ship: it to Quay.io",
"script": "./script/docker-build-and-push",
"install": "skip"
}
]
},
"sudo": false,
"cache": "bundler",
"script": "bundle exec rspec -fs --color --order rand spec",
"language": "ruby",
"notifications": {
"webhooks": "http://requestb.in/14h19sy1"
}
}