Skip to content

nlamirault/emacs-travis

Repository files navigation

emacs-travis

travis drone Melpa Status MELPA Stable Coverage Status

emacs-travis provides :

  • a REST client to the Travis API

Installation

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

M-x package-install travis

or Cask:

(depends-on "travis")

Usage

  • 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 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

  • Launch unit tests :

      $ export TRAVIS_TOKEN xxxxxx
      $ make clean test
    

Support / Contribute

See here

Changelog

A changelog is available here.

License

See LICENSE.

Contact

Nicolas Lamirault nicolas.lamirault@gmail.com