AMD64
Ruby
Git
cesar-cs/arch:.travis.yml@bafd941
---
dist: xenial
script:
- dpkg -l
- curl -4 https://icanhazip.com/
- uname -a
- cat /etc/os-release
- apt list --installed
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"script": [
"dpkg -l",
"curl -4 https://icanhazip.com/",
"uname -a",
"cat /etc/os-release",
"apt list --installed"
]
}