diff options
| author | rocky <rocky@gnu.org> | 2019-09-12 09:40:52 -0400 |
|---|---|---|
| committer | rocky <rocky@gnu.org> | 2019-09-12 09:40:52 -0400 |
| commit | b67a54b5366d53fb2666dcf99dd1d4b5fb6c5e14 (patch) | |
| tree | 7e054886cf2b59e766d772c9f2f83e084727155f | |
| parent | d693c26689555f23a546cfd9e814778706a76f15 (diff) | |
More tests, more batches
| -rw-r--r-- | .travis.yml | 6 | ||||
| -rw-r--r-- | 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: @@ -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 |
