From a9488f02d2cd5af6e8f5af8ed64edd0c43a44f2b Mon Sep 17 00:00:00 2001
From: Yuanle Song <sylecn@gmail.com>
Date: Fri, 21 Feb 2020 00:14:23 +0800
Subject: [PATCH] add travis badge in README

---
 README      | 3 ++-
 operational | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README b/README
index ed32b4d..895c743 100644
--- a/README
+++ b/README
@@ -1,11 +1,12 @@
 * COMMENT -*- mode: org -*-
 #+Date: 2019-09-01
-Time-stamp: <2020-02-20>
+Time-stamp: <2020-02-21>
 
 * zero-el
 
 [[http://www.melpa.org/#/zero-input][file:http://www.melpa.org/packages/zero-input-badge.svg]]
 [[https://stable.melpa.org/#/zero-input][file:https://stable.melpa.org/packages/zero-input-badge.svg]]
+[[https://travis-ci.org/sylecn/zero-el][file:https://travis-ci.org/sylecn/zero-el.svg]]
 
 zero-el provides zero-input-pinyin, an Emacs pinyin input method for Chinese
 and zero-input-framework, which is an emacs Chinese input method framework.
diff --git a/operational b/operational
index f89fc26..96dbe95 100644
--- a/operational
+++ b/operational
@@ -117,6 +117,8 @@ cd ~/lisp/elisp/zero/
   https://docs.travis-ci.com/user/installing-dependencies
   Customizing the Build - Travis CI
   https://docs.travis-ci.com/user/customizing-the-build#build-matrix
+  Testing Your Project on Multiple Operating Systems - Travis CI
+  https://docs.travis-ci.com/user/multi-os/
 
 * later                                                               :entry:
 * current                                                             :entry:
@@ -126,6 +128,9 @@ I don't know it should recommend or suggest.
 ** 2019-10-23 checkdoc and package-lint can't ignore some non-issues.
 I can't run them in git pre-commit hook.
 * done                                                                :entry:
+** 2020-02-21 org-mode, click badge should link to the pkg. not the image file.
+need to drop ?branch=master
+it works.
 ** 2020-02-20 integrate travis CI support.
 just run "make dist-check".
 
-- 
GitLab