[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 15/16: Fix emacs-snapshot in travis-ci and use svg badge
From: |
Leo Liu |
Subject: |
[elpa] 15/16: Fix emacs-snapshot in travis-ci and use svg badge |
Date: |
Tue, 22 Apr 2014 00:33:41 +0000 |
leoliu pushed a commit to branch master
in repository elpa.
commit 2e19488562f9837deab08a6bfdbf918952f51936
Author: Leo Liu <address@hidden>
Date: Tue Apr 22 07:57:12 2014 +0800
Fix emacs-snapshot in travis-ci and use svg badge
Thanks to Sebastian Wiesner for these tips in
7a7e446c03a074547bf18e34fe38c346169a9da0
---
.travis.yml | 9 ++++-----
README.rst | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index bb0a9e0..f44ac89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,8 @@
language: emacs-lisp
env:
- matrix:
- - EMACS=emacs24
- - EMACS=emacs-snapshot
+ - EMACS=emacs24
+ - EMACS=emacs-snapshot
install:
- if [ "$EMACS" = "emacs24" ]; then
@@ -14,10 +13,10 @@ install:
sudo apt-get install -qq emacs24 emacs24-el;
fi
- if [ "$EMACS" = "emacs-snapshot" ]; then
- sudo add-apt-repository -y ppa:cassou/emacs &&
+ sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
sudo apt-get update -qq &&
sudo apt-get install -qq emacs-snapshot &&
- sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
+ sudo apt-get install -qq emacs-snapshot-el;
fi
script:
diff --git a/README.rst b/README.rst
index 3af44aa..02ad57b 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
Kill & Mark Things Easily in Emacs
====================================
-.. image:: https://travis-ci.org/leoliu/easy-kill.png?branch=master
+.. image:: https://travis-ci.org/leoliu/easy-kill.svg?branch=master
:target: https://travis-ci.org/leoliu/easy-kill
:align: right
:alt: Travis CI build status
- [elpa] 03/16: For #14: Treat strings like lists, (continued)
- [elpa] 03/16: For #14: Treat strings like lists, Leo Liu, 2014/04/21
- [elpa] 07/16: Fix #15: Make `M-w l' in strings save to clipboard, Leo Liu, 2014/04/21
- [elpa] 04/16: Improve last change for easy-kill-thing-forward, Leo Liu, 2014/04/21
- [elpa] 09/16: Make digit key 0 shrink selection to its initial size, Leo Liu, 2014/04/21
- [elpa] 14/16: Fix easy-kill-org-up-element, Leo Liu, 2014/04/21
- [elpa] 08/16: Add wrappers for thingatpt.el for better code organisation, Leo Liu, 2014/04/21
- [elpa] 16/16: Merge branch 'master' of https://github.com/leoliu/easy-kill, Leo Liu, 2014/04/21
- [elpa] 13/16: Some tests and bug fixes for org, Leo Liu, 2014/04/21
- [elpa] 12/16: Localize two global states using overlay properties, Leo Liu, 2014/04/21
- [elpa] 11/16: Add tests and enable travis-ci, Leo Liu, 2014/04/21
- [elpa] 15/16: Fix emacs-snapshot in travis-ci and use svg badge,
Leo Liu <=
- [elpa] 10/16: Support Org mode with list-wise +/- and sexp selection, Leo Liu, 2014/04/21