AMD64
no language set
Git
travis-ci/travis-tests:.travis.yml@9053264
---
os: linux
language: generic
dist: focal
script:
- ssh-keygen -q -t rsa -N '' <<< $'\ny' >/dev/null 2>&1
- ssh-keygen -R github.com
- curl -L https://api.github.com/meta | jq -r ".ssh_keys | .[]" | sed -e "s/^/github.com /" >> ~/.ssh/known_hosts
- cat ~/.ssh/known_hosts
- git clone git@github.com:r-arek/test-queue.git
Build Config
{
  "language": "generic",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "ssh-keygen -q -t rsa -N '' <<< $'\\ny' >/dev/null 2>&1",
    "ssh-keygen -R github.com",
    "curl -L https://api.github.com/meta | jq -r \".ssh_keys | .[]\" | sed -e \"s/^/github.com /\" >> ~/.ssh/known_hosts",
    "cat ~/.ssh/known_hosts",
    "git clone git@github.com:r-arek/test-queue.git"
  ]
}