AMD64
Shell
Git
MustafaErgul/testGH:.travis.yml@28d276e
language: shell
before_script: echo hellod
script: true
Build Config
{
"language": "shell",
"os": [
"linux"
],
"dist": "xenial",
"before_script": [
"echo hellod"
],
"script": [
"true"
]
}