Matt, Please reply to commits to the dev list. Although I do review the commits it isn’t always as timely as reviewing the dev list.
Yes, I have a github account although I rarely use it. I’ve never even heard of Travis before so it may require a bit of work. Also, all PMC members should have the same authorizations I do. In fact, Christian should have a few more as PMC chair. Ralph On Apr 13, 2014, at 4:27 PM, Matt Sicker <[email protected]> wrote: > Ralph, do you have a GitHub account set up? You may have to be the one to > allow Travis CI to work. > > > On 13 April 2014 17:10, <[email protected]> wrote: > Author: mattsicker > Date: Sun Apr 13 23:10:02 2014 > New Revision: 1587119 > > URL: http://svn.apache.org/r1587119 > Log: > Add basic travis config. > > - Not sure if this will work with GitHub, but it's worth a shot! > > Added: > logging/log4j/log4j2/trunk/.travis.yml > > Added: logging/log4j/log4j2/trunk/.travis.yml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/.travis.yml?rev=1587119&view=auto > ============================================================================== > --- logging/log4j/log4j2/trunk/.travis.yml (added) > +++ logging/log4j/log4j2/trunk/.travis.yml Sun Apr 13 23:10:02 2014 > @@ -0,0 +1,5 @@ > +language: java > + > +jdk: > + - oraclejdk8 > + - oraclejdk7 > > >
