Skip to content

Commit

Permalink
Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iquiw committed Dec 27, 2014
1 parent c39aaae commit 762bca8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: emacs-lisp
env:
matrix:
- EMACS=emacs24
- EMACS=emacs-snapshot
before_install:
- 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
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- export PATH="$HOME/.cask/bin:$PATH"
- export ECUKES_EMACS="$EMACS"
- cask
script:
cask exec ecukes --no-win -r magnars
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
============================
company-restclient |melpa|
============================
=====================================
company-restclient |travis| |melpa|
=====================================

`Company-mode`_ completion back-end for `restclient-mode`_.

Expand Down Expand Up @@ -63,5 +63,7 @@ Public domain
.. _restclient-mode: https://github.com/pashky/restclient.el
.. _know-your-http-well: https://github.com/for-GET/know-your-http-well
.. _MELPA: http://melpa.milkbox.net/
.. |travis| image:: https://travis-ci.org/iquiw/company-restclient.svg?branch=master
:target: https://travis-ci.org/iquiw/company-restclient
.. |melpa| image:: http://melpa.org/packages/company-restclient-badge.svg
:target: http://melpa.org/#/company-restclient
2 changes: 1 addition & 1 deletion company-restclient.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Iku Iwasa <iku.iwasa@gmail.com>
;; URL: https://github.com/iquiw/company-restclient
;; Version: 0.0.1
;; Version: 0.0.2
;; Package-Requires: ((cl-lib "0.5") (company "0.8.0") (emacs "24") (know-your-http-well "0.2.0"))

;;; Commentary:
Expand Down

0 comments on commit 762bca8

Please sign in to comment.