All Projects → nlamirault → emacs-travis

nlamirault / emacs-travis

Licence: GPL-2.0 license
An Emacs client for TravisCI

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to emacs-travis

Tox
Command line driven CI frontend and development task automation tool.
Stars: ✭ 2,523 (+8910.71%)
Mutual labels:  travis
EggSeed
Command Line Tool for Starting Your Swift Packages with Continuous Integration
Stars: ✭ 21 (-25%)
Mutual labels:  travis
plugin.video.sendtokodi
📺 plays various stream sites on kodi using youtube-dl
Stars: ✭ 86 (+207.14%)
Mutual labels:  travis
Gcr.io
🌀 sync the docker images of the gcr.io and quay.io
Stars: ✭ 200 (+614.29%)
Mutual labels:  travis
travis-deploy-once
🚫Test multiple node versions on Travis. Deploy once. If all of them pass.
Stars: ✭ 34 (+21.43%)
Mutual labels:  travis
2019-15
Catch My Mind - 웹으로 즐길 수 있는 캐치마인드
Stars: ✭ 19 (-32.14%)
Mutual labels:  travis
Travis cpp tutorial
Tutorial how to use Travis CI with C++
Stars: ✭ 178 (+535.71%)
Mutual labels:  travis
ionic4-boilerplate
🚀 boilerplate for ionic4 with CI based on travis and fastlane. doc and example are provided
Stars: ✭ 25 (-10.71%)
Mutual labels:  travis
agile-tutorial
A tutorial for agile development of cloud applications.
Stars: ✭ 16 (-42.86%)
Mutual labels:  travis
docker
Docker containers of elementary OS environments and related tools primarily used in Travis Continuous Integration Automated Testing
Stars: ✭ 18 (-35.71%)
Mutual labels:  travis
Docker Elastic
Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
Stars: ✭ 202 (+621.43%)
Mutual labels:  travis
vagrant-travisci-libvrt
Example project showing how to run Vagrant on TravisCI using libvrt & KVM
Stars: ✭ 25 (-10.71%)
Mutual labels:  travis
VSS-Vision
Sistema de visão computacional para rastrear objetos em um campo de futebol.
Stars: ✭ 16 (-42.86%)
Mutual labels:  travis
Lighthousebot
Run Lighthouse in CI, as a web service, using Docker. Pass/Fail GH pull requests.
Stars: ✭ 2,251 (+7939.29%)
Mutual labels:  travis
prebuild-ci
Use CI to auto upload prebuilds
Stars: ✭ 17 (-39.29%)
Mutual labels:  travis
Env Ci
Get environment variables exposed by CI services
Stars: ✭ 180 (+542.86%)
Mutual labels:  travis
fetch-action-creator
Fetches using standardized, four-part asynchronous actions for redux-thunk.
Stars: ✭ 28 (+0%)
Mutual labels:  travis
react-testing-mocha-chai-enzyme
A solid test setup for React components with Mocha, Chai, Sinon, Enzyme in a Webpack/Babel application.
Stars: ✭ 48 (+71.43%)
Mutual labels:  travis
sbt-travisci
An sbt plugin to integrate with Travis CI
Stars: ✭ 44 (+57.14%)
Mutual labels:  travis
cv.arepa.dev
Create a simple Curriculum Vitae with React Hooks & Styled Components
Stars: ✭ 17 (-39.29%)
Mutual labels:  travis

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 [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].