Push event #1 failed

  • Ran for
  • Total time
cesar-cs/travis-tty-docker:.travis.yml@ef14c47
arch:
  - ppc64le
  - amd64

dist: bionic
sudo: required
service: docker

script:
  - w
  - docker pull ubuntu:18.04 > /dev/null
  - docker run -it ubuntu:18.04 bash -c 'who'
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "arch": [
    "ppc64le",
    "amd64"
  ],
  "sudo": true,
  "script": [
    "w",
    "docker pull ubuntu:18.04 > /dev/null",
    "docker run -it ubuntu:18.04 bash -c 'who'"
  ],
  "services": [
    "docker"
  ]
}