https://github.com/nlamirault/emacs-travis.git
git clone 'git://github.com/nlamirault/emacs-travis.git'
emacs-travis
provides :
* a REST client to the Travis API
* a Helm interface
The recommended way to install emacs-travis
is via MELPA:
M-x package-install travis
or Cask:
(depends-on "travis")
Setup your Travis configurations using your Github token :
$ export TRAVIS_TOKEN=xxxxxx
Display your Travis build status for some projects:
M-x travis-show-projects
See
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
Launch unit tests :
$ export TRAVIS_TOKEN xxxxxx
$ make clean test
See here
A changelog is available here.
See LICENSE.
Nicolas Lamirault <nicolas.lamirault@gmail.com>