Minimal Travis-CI


Minimal configuration

Setting up Travis-CI is very easy you only need to follow the following steps:

examples/minimal/.travis.yml
language: minimal
This will trigger the build on Travis-CI. As it has nothing to do, it will pass.

For any interesting project you will set the language field properly, but for now we do this without any code and this we tell Travis to set up a minimal virtual environment for us.