Travis
Last updated
Was this helpful?
Last updated
Was this helpful?
Recommended free .
Their are helpful and cover most use cases and problems.
The CI process is prepared with the help of a YAML file, the .travis.yml. All projects include one of these.
As commented before, all the information is included in their docs.
Remember that Travis gives support to environmental variables, which can be configured for each project. This is preffered to using encrypred variables in the YAML file.
Travis integrates well with other services such as Github or Bintray.
By default Travis only gives support to simple CI flows. It is recommended using shell scripts to cover this limitation.
There is a set of which can help with this.