AMD64
Shell
Git
native-api/test_travis:.travis.yml@8029a72
language: shell
os: linux
dist: xenial

arch: amd64

script:
    - lsmod
    - ls -l /lib/modules/$(uname -r)
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "arch": [
    "amd64"
  ],
  "script": [
    "lsmod",
    "ls -l /lib/modules/$(uname -r)"
  ]
}