ppc64le
Ruby
Git
api
cesar-cs/temp:.travis.yml@a5b5da0
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
{
  "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
  ]
}