ppc64le
Shell
Git
api
cesar-cs/temp:.travis.yml@ef66041
language: bash
os: linux
services: docker
dist: bionic
arch: ppc64le
script:
- cat /sys/module/overlay/parameters/metacopy
- cat /sys/module/overlay/parameters/redirect_always_follow
- uname -a
- sudo docker run --privileged -t ubuntu:18.04 bash -c 'apt update -y && apt install -y wget'
- sudo docker run -t ubuntu:18.04 bash -c 'apt update -y && apt install -y wget'
-
Build Config
{
"language": "bash",
"os": "linux",
"services": "docker",
"dist": "bionic",
"arch": "ppc64le",
"script": [
"cat /sys/module/overlay/parameters/metacopy",
"cat /sys/module/overlay/parameters/redirect_always_follow",
"uname -a",
"sudo docker run --privileged -t ubuntu:18.04 bash -c 'apt update -y && apt install -y wget'",
"sudo docker run -t ubuntu:18.04 bash -c 'apt update -y && apt install -y wget'",
null
]
}