Push event #481 passed

  • Ran for
  • Total time
  • New branch build
native-api/test_travis:.travis.yml@4ef751a
language: python
python: 3.8
os: linux

arch:
  - amd64
  - arm64

script:
  - set
  - umask
  - ls -ld ~/.cache
  - ls -lR ~/.cache
Build Config
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.8"
  ],
  "arch": [
    "amd64",
    "arm64"
  ],
  "script": [
    "set",
    "umask",
    "ls -ld ~/.cache",
    "ls -lR ~/.cache"
  ]
}