ppc64le
Shell
Git
api
cesar-cs/temp:.travis.yml@daba948
language: bash
os: linux
services: docker
sudo: required
dist: bionic
arch: ppc64le
script:
- grep OVERLAY_FS .config
Build Config
{
"language": "bash",
"os": "linux",
"services": "docker",
"sudo": "required",
"dist": "bionic",
"arch": "ppc64le",
"script": [
"grep OVERLAY_FS .config"
]
}