Source: acloudguru.com

Anatomy of a Travis CI File

Category: Docker, github, yaml

A Travisfile — or the .travis.yaml file — is the primary tool used to set up the Travis CI platform. In this post, we introduce the Travisfile and break down the different options the .travis.yml file provides at a high level.

Related Articles