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

Even though the machine this runs on has a minimal installation it already has quite a few tools that you can use. Instead of having a single value for the script key we convert it to a list of commands. Travis executes all the other commands, but if any of these fails (has an exit code different from 0) then the whole process is reported as failure.

If they are all successful the it is reported as success.

You can see the detailed results in the console output.

language: minimal
script:
  - echo Hello World
  - python -V
  - python3 -V
  - ruby -v
  - perl -v
  - docker -v
  - git --version
  - lsb_release -a
  - uname -a
Release:	16.04
Codename:	xenial