Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

Build environments