travis

https://github.com/nlamirault/emacs-travis.git

git clone 'git://github.com/nlamirault/emacs-travis.git'
10

emacs-travis

travis drone Melpa Status MELPA Stable Coverage Status

emacs-travis provides : * a REST client to the Travis API * a Helm interface

Installation

The recommended way to install emacs-travis is via MELPA:

M-x package-install travis

or Cask:

(depends-on "travis")

Usage

See TravisCI

Development

Cask

emacs-travis use Cask for dependencies management. Install it and retrieve dependencies :

$ curl -fsSkL https://raw.github.com/cask/cask/master/go | python
$ export PATH="$HOME/.cask/bin:$PATH"
$ cask

Tests

Support / Contribute

See here

Changelog

A changelog is available here.

License

See LICENSE.

Contact

Nicolas Lamirault <nicolas.lamirault@gmail.com>