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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8830a73  MNEMONIC-592: Fix broken CI due to the building time 
exceeding the quota using free version of Travis-CI.
8830a73 is described below

commit 8830a73cf529aee9f5c9b7f901420856293002ad
Author: Chunyong He <[email protected]>
AuthorDate: Mon Jan 25 17:22:15 2021 -0800

    MNEMONIC-592: Fix broken CI due to the building time exceeding the quota 
using free version of Travis-CI.
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 34c445a..b4460a6 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@
 ## <a href="https://mnemonic.apache.org/"; target="_blank">Mnemonic Official 
Website</a>
 
 
[![CI](https://github.com/apache/mnemonic/workflows/build%20in%20container/badge.svg)](https://github.com/apache/mnemonic/actions?query=workflow%3Abuild%20in%20container)
-[![Build 
Status](https://api.travis-ci.org/apache/mnemonic.svg?branch=master)](https://travis-ci.org/github/apache/mnemonic)
 
 Apache Mnemonic is a non-volatile hybrid memory storage oriented library, it 
proposed a non-volatile/durable Java object model and durable computing service 
that bring several advantages to significantly improve the performance of 
massive real-time data processing/analytics. developers are able to use this 
library to design their cache-less and SerDe-less high performance applications.
 

Reply via email to