Repository: commons-math Updated Branches: refs/heads/master 7afc1c34f -> 25de9b780
MATH 4 requires at least java 7, build also the MATH_3_X branch. 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