You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by we...@apache.org on 2022/11/21 10:55:52 UTC

[incubator-marvin] branch develop updated (9a1ff37 -> 58fdccf)

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

weichen pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git


    from 9a1ff37  update spark dependency path
     new a219785  Update Travis-CI Badge Link
     new 58fdccf  Update Travis-CI Link in Engine Executor

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                 | 4 ++--
 engine-executor/README.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[incubator-marvin] 02/02: Update Travis-CI Link in Engine Executor

Posted by we...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit 58fdccf2e677041a13966ddbdd96d484edf3b474
Author: Wei Chen <we...@apache.org>
AuthorDate: Fri Nov 18 15:27:52 2022 +0000

    Update Travis-CI Link in Engine Executor
---
 engine-executor/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine-executor/README.md b/engine-executor/README.md
index 46800ee..78ef861 100644
--- a/engine-executor/README.md
+++ b/engine-executor/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/apache/incubator-marvin.svg)](https://travis-ci.org/apache/incubator-marvin) [![codecov](https://codecov.io/gh/apache/incubator-marvin/branch/develop/graph/badge.svg)](https://codecov.io/gh/apache/incubator-marvin/branch/develop)
+[![Build Status](https://app.travis-ci.com/apache/incubator-marvin.svg)](https://app.travis-ci.com/apache/incubator-marvin) [![codecov](https://codecov.io/gh/apache/incubator-marvin/branch/develop/graph/badge.svg)](https://codecov.io/gh/apache/incubator-marvin/branch/develop)
 
 # Marvin Engine Executor (Server)
 


[incubator-marvin] 01/02: Update Travis-CI Badge Link

Posted by we...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit a219785240e3e3814368f8d5cc932780c9331b58
Author: Wei Chen <we...@apache.org>
AuthorDate: Fri Nov 18 15:11:24 2022 +0000

    Update Travis-CI Badge Link
    
    The Travis-CI had updated their domain years ago. We need to update the badge link to the correct address.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f890222..80c5f54 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ limitations under the License.
 
 Branch | Status | CodeCov
 -|-|-
-[master](https://github.com/apache/incubator-marvin/tree/master) | [![Build Status](https://travis-ci.org/apache/incubator-marvin.svg?branch=master)](https://travis-ci.org/apache/incubator-marvin) | [![Codecov](https://codecov.io/gh/apache/incubator-marvin/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-marvin)
-[develop](https://github.com/apache/incubator-marvin/tree/develop) | [![Build Status](https://travis-ci.org/apache/incubator-marvin.svg?branch=develop)](https://travis-ci.org/apache/incubator-marvin/branches) | [![Build Status](https://codecov.io/gh/apache/incubator-marvin/branch/develop/graph/badge.svg)](https://codecov.io/gh/apache/incubator-marvin/branch/develop)
+[master](https://github.com/apache/incubator-marvin/tree/master) | [![Build Status](https://app.travis-ci.com/apache/incubator-marvin.svg?branch=master)](https://app.travis-ci.com/apache/incubator-marvin) | [![Codecov](https://codecov.io/gh/apache/incubator-marvin/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-marvin)
+[develop](https://github.com/apache/incubator-marvin/tree/develop) | [![Build Status](https://app.travis-ci.com/apache/incubator-marvin.svg?branch=develop)](https://app.travis-ci.com/apache/incubator-marvin) | [![CodeCov](https://codecov.io/gh/apache/incubator-marvin/branch/develop/graph/badge.svg)](https://codecov.io/gh/apache/incubator-marvin/branch/develop)
 
 **Marvin** is an open-source Artificial Intelligence platform that focuses on helping data scientists deliver meaningful solutions to complex problems. Supported by a standardized large-scale, language-agnostic architecture, Marvin simplifies the process of exploration and modeling.