branch: externals/realgud-lldb
commit b67a54b5366d53fb2666dcf99dd1d4b5fb6c5e14
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    More tests, more batches
---
 .travis.yml |  6 +++---
 README.md   | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 057412c..60876bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ sudo: no
 
 env:
  - EVM_EMACS=emacs-26.2-travis
-# - EVM_EMACS=emacs-26.1-travis
-# - EVM_EMACS=emacs-25.3-travis
-# - EVM_EMACS=emacs-25.2-travis
+ - EVM_EMACS=emacs-26.1-travis
+ - EVM_EMACS=emacs-25.3-travis
+ - EVM_EMACS=emacs-25.2-travis
 
 # Install EVM, version EVM_EMACS
 install:
diff --git a/README.md b/README.md
index 223f378..a185170 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,12 @@
-Emacs Lisp Module to add [lldb](https://lldb.llvm.org/) support to 
[realgud](http://github.com/rocky/emacs-dbgr).
+[![Build Status][travis-image]][travis-url]
+[![MELPA][melpa-image]][melpa]
+[![MELPA Stable][melpa-stable-image]][melpa-stable]
+
+Emacs Lisp Module to add [lldb](https://lldb.llvm.org/) support to 
[realgud](http://github.com/realgud/realgud).
+
+[travis-image]: 
https://api.travis-ci.org/realgud-lldb/realgud.svg?branch=master
+[travis-url]: https://travis-ci.org/realgud/realgud-lldb
+[melpa-stable-image]: http://stable.melpa.org/packages/realgud-lldb-badge.svg
+[melpa-stable]: http://stable.melpa.org/#/realgud-lldb
+[melpa-image]: http://melpa.org/packages/realgud-lldb-badge.svg
+[melpa]: http://melpa.org/#/realgud-lldb

Reply via email to