Skip to content

native GIT aware travis ci circle ci

Matthieu Brouillard edited this page Jan 6, 2017 · 1 revision

Travis-ci & circleci

Some good & easy examples of travis-ci & circleci usage for continuous integration with jgtiver-maven-plugin are the jgitver related projects themselves:

Have a look at the .travis.yml & circle.yml files to see how to continuously build projects using jgitver-maven-plugin on those platforms.

Advantages/drawbacks

👍

  • easy to use
  • build every branch, PR & releases

👎

  • does not checkout on branches but on SHA1 making jgitver branch qualifiers useless.