The .travis.yml file used for this job is not available
Build Config
{
"dist": "trusty",
"jobs": {
"include": [
{
"script": "echo \"Running unit tests (1)\""
},
{
"script": "echo \"Running unit tests (2)\""
},
{
"stage": "GitHub Release",
"deploy": {
"true": {
"tags": true
},
"api_key": "$GITHUB_OAUTH_TOKEN",
"provider": "releases",
"skip_cleanup": true
},
"script": "skip"
}
]
},
"sudo": false
}