Repository: commons-math Updated Branches: refs/heads/develop 6348d47ca -> 047a1b9b2
Add Travis CI. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/047a1b9b Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/047a1b9b Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/047a1b9b Branch: refs/heads/develop Commit: 047a1b9b2622d61fda0d717f43a52ed4ac68d4f3 Parents: 6348d47 Author: Gary Gregory <ggreg...@apache.org> Authored: Wed Dec 14 22:49:05 2016 -0800 Committer: Gary Gregory <ggreg...@apache.org> Committed: Wed Dec 14 22:49:05 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/047a1b9b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index fbfdd15..82af4fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false jdk: - openjdk7 + - oraclejdk7 - oraclejdk8 # only build master and the MATH_3_X branch