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

mboehm7 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemml.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bbba40  [SYSTEMDS-15] Travis remove badge
4bbba40 is described below

commit 4bbba4051e63e67a3a2366ee3f414f01cc7d0b93
Author: Sebastian <[email protected]>
AuthorDate: Mon Apr 13 18:44:24 2020 +0200

    [SYSTEMDS-15] Travis remove badge
    
    Missed that the badge still was in the README.
    This is now removed, furthermore the task associated with travis have
    been modified to reflect that it is removed, and why.
    
    Closes #886.
---
 README.md      | 2 --
 docs/Tasks.txt | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1ccb7b4..a9cb743 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,7 @@ limitations under the License.
 
 ## Status
 
-[![Build 
Status](https://travis-ci.org/apache/systemml.svg?branch=master)](https://travis-ci.org/apache/systemml)
 
[![License](https://img.shields.io/badge/License-Apache%202.0-gre.svg)](https://opensource.org/licenses/Apache-2.0)
-
 ![Build](https://github.com/apache/systemml/workflows/Build/badge.svg)
 
![Documentation](https://github.com/apache/systemml/workflows/Documentation/badge.svg)
 ![Component 
Test](https://github.com/apache/systemml/workflows/Component%20Test/badge.svg)
diff --git a/docs/Tasks.txt b/docs/Tasks.txt
index 316971d..c4fa46f 100644
--- a/docs/Tasks.txt
+++ b/docs/Tasks.txt
@@ -9,7 +9,7 @@ SYSTEMDS-10 Compiler Rework / Misc
  * 12 Remove unnecessary HOP/LOP indirections                         OK
  * 13 Refactoring test cases into component/integration               OK
  * 14 Complete removal of external functions from all scripts
- * 15 Travis integration w/ subset of tests                           OK
+ * 15 Travis integration w/ subset of tests                           OK 
(removed for Github Actions)
  * 16 Remove instruction patching
  * 17 Refactoring of program block hierarchy                          OK
  * 18 Improve API for new dml-bodied builtin functions                OK

Reply via email to