> On July 24, 2017, 2:18 p.m., Colm O hEigeartaigh wrote: > > What happens if you leave out the M2_HOME part? I'd rather not depend on > > specific Maven versions. > > You could add in a section on notifications: > > > > notifications: > > email: > > - [email protected]
I could remove it, and it worked without a hiccup. I put originally there, because initially I've tried run the build with an older Ubuntu 12 image, which doesn't have recent enough Maven, so I had to manually these flags, luckily Ubuntu 14 has a newer Maven by default. Currently travis notifies the original commiter and author about the build failure, which I think is good enough. I would rather not spam the dev list, when I try building a commit in my repo :) - Zsombor ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61035/#review181216 ----------------------------------------------------------- On July 25, 2017, 9:10 p.m., Zsombor Gegesy wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61035/ > ----------------------------------------------------------- > > (Updated July 25, 2017, 9:10 p.m.) > > > Review request for ranger. > > > Bugs: RANGER-1706 > https://issues.apache.org/jira/browse/RANGER-1706 > > > Repository: ranger > > > Description > ------- > > Travis is a CI system, which can automatically run and validate the source > code > > > Diffs > ----- > > .travis.yml PRE-CREATION > pom.xml 7ae0217 > > > Diff: https://reviews.apache.org/r/61035/diff/2/ > > > Testing > ------- > > Successful build on travis: > https://travis-ci.org/gzsombor/ranger/builds/255768716 > > > Thanks, > > Zsombor Gegesy > >
