Skip to content

User Guide

Sam Gleske edited this page Oct 4, 2017 · 2 revisions

User Guide

Welcome to the User Guide.

Minimal syntax

A minimal requirement is to have a file named .jervis.yml or Travis CI .travis.yml. If both exist, then .jervis.yml will be prioritized. The minimal YAML file is to specify the language of your project.

language: java

To learn more about additional options for controlling a build and about the syntax of .jervis.yml refer to Build overview.