| Karl Richter Hi! The idea about providing a .travis.yml file is that contributors can easily have CI services for their own branches. We use it a lot in our own forks. We didn't enable it on the main repo because we have our own CI at http://ci.hibernate.org (which is public btw). As we don't really need Travis on our main repo, it's better to not use the Travis infrastructure uselessly and save them some cycles. We might revisit this decision in the future but that's the rationale behind the current setup. |