Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10FAC1042F for ; Sun, 13 Apr 2014 23:28:02 +0000 (UTC) Received: (qmail 73740 invoked by uid 500); 13 Apr 2014 23:28:01 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 73710 invoked by uid 500); 13 Apr 2014 23:28:01 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 73703 invoked by uid 99); 13 Apr 2014 23:28:01 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2014 23:28:01 +0000 Received: from localhost (HELO mail-ob0-f177.google.com) (127.0.0.1) (smtp-auth username mattsicker, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2014 23:28:00 +0000 Received: by mail-ob0-f177.google.com with SMTP id vb8so59586obc.8 for ; Sun, 13 Apr 2014 16:28:00 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.196.3 with SMTP id ii3mr31264972obc.11.1397431680059; Sun, 13 Apr 2014 16:28:00 -0700 (PDT) Received: by 10.76.72.68 with HTTP; Sun, 13 Apr 2014 16:27:59 -0700 (PDT) In-Reply-To: <20140413231003.2FFFD238890D@eris.apache.org> References: <20140413231003.2FFFD238890D@eris.apache.org> Date: Sun, 13 Apr 2014 17:27:59 -0600 Message-ID: Subject: Re: svn commit: r1587119 - /logging/log4j/log4j2/trunk/.travis.yml From: Matt Sicker To: commits@logging.apache.org Content-Type: multipart/alternative; boundary=089e015383e4e3507a04f6f4eacc --089e015383e4e3507a04f6f4eacc Content-Type: text/plain; charset=UTF-8 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, 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 > > > --089e015383e4e3507a04f6f4eacc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Ralph, do you have a GitHub account set up? You may have t= o be the one to allow Travis CI to work.

On 13 April 2014 17:10, <mattsicker@= apache.org> wrote:
Author: mattsicker
Date: Sun Apr 13 23:10:02 2014
New Revision: 1587119

URL: http://sv= n.apache.org/r1587119
Log:
Add basic travis config.

=C2=A0 - Not sure if this will work with GitHub, but it's worth a shot!=

Added:
=C2=A0 =C2=A0 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=3D1587119&view= =3Dauto
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D
--- 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:
+ =C2=A0 =C2=A0- oraclejdk8
+ =C2=A0 =C2=A0- oraclejdk7



--089e015383e4e3507a04f6f4eacc--