Minimal Travis-CI installations setting the dist
- dist
- Linux
- Ubuntu
- trusty
- xenial
- bionic
- focal
dist: trusty
language: minimal
script:
- echo Hello World
- python -V
- python3 -V
- ruby -v
- perl -v
- docker -v
- git --version
- lsb_release -a
- uname -a
- dist: trusty
Release: 14.04
Codename: trusty
- dist: bionic
Release: 18.04
Codename: bionic
- dist: focal
Release: 20.04
Codename: focal