You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/01/20 16:34:10 UTC

[commons-math] branch feature__MATH-1563__genetic_algorithm updated: Check build on feature branch.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch feature__MATH-1563__genetic_algorithm
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/feature__MATH-1563__genetic_algorithm by this push:
     new 335f5ba  Check build on feature branch.
335f5ba is described below

commit 335f5ba29bdf1058509920800b4f69d51c329c47
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Thu Jan 20 17:33:40 2022 +0100

    Check build on feature branch.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index d96d298..3ef8710 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,7 @@ branches:
     - develop
     - master
     - MATH_3_X
+    - feature__MATH-1563__genetic_algorithm
 
 script:
     - mvn