s390x
Ruby
Git
gbarctester2/test23:.travis.yml@810fa88
os: linux
arch: s390x
dist: focal
script:
- echo "test"
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "focal",
"arch": [
"s390x"
],
"script": [
"echo \"test\""
]
}