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 > > >
