On Thu, Dec 3, 2015 at 9:31 AM, Luc Maisonobe <l...@spaceroots.org> wrote:

> Hi Thomas,
>
> Le 02/12/2015 21:08, t...@apache.org a écrit :
> > Repository: commons-math
> > Updated Branches:
> >   refs/heads/master 7afc1c34f -> 25de9b780
> >
> >
> > MATH 4 requires at least java 7, build also the MATH_3_X branch.
>
> Do you mean MATH_3_X does not compile with Java 6 anymore?
>

no. The MATH4 branch requires java 7.

The MATH3_X branch should still work with java 6, but I need to create a
separate travis config for it.

Thomas


>
> best regards,
> Luc
>
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
> > Commit:
> http://git-wip-us.apache.org/repos/asf/commons-math/commit/25de9b78
> > Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/25de9b78
> > Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/25de9b78
> >
> > Branch: refs/heads/master
> > Commit: 25de9b7800887c12365f6a19b13cf32baf5bfe2f
> > Parents: 7afc1c3
> > Author: Thomas Neidhart <thomas.neidh...@gmail.com>
> > Authored: Wed Dec 2 21:08:41 2015 +0100
> > Committer: Thomas Neidhart <thomas.neidh...@gmail.com>
> > Committed: Wed Dec 2 21:08:41 2015 +0100
> >
> > ----------------------------------------------------------------------
> >  .travis.yml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > ----------------------------------------------------------------------
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/commons-math/blob/25de9b78/.travis.yml
> > ----------------------------------------------------------------------
> > diff --git a/.travis.yml b/.travis.yml
> > index bd60a9f..3177040 100644
> > --- a/.travis.yml
> > +++ b/.travis.yml
> > @@ -2,14 +2,14 @@ language: java
> >  sudo: false
> >
> >  jdk:
> > -  - openjdk6
> >    - openjdk7
> >    - oraclejdk8
> >
> > -# only build trunk
> > +# only build master and the MATH_3_X branch
> >  branches:
> >    only:
> >      - master
> > +    - MATH_3_X
> >
> >  after_success:
> >    - mvn clean test jacoco:report coveralls:report
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to