An interface to the twister microblogging application from Emacs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
493 B

language: emacs-lisp
addons:
apt:
sources:
# stable emacs
- cassou-emacs
packages:
- emacs24-nox
- python
cache:
directories:
- $HOME/.twister
before_install:
# emacs-el ? needed for what?
# Install cask and run it to install the emacs dependency packages
- curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
- export PATH="$HOME/.cask/bin:$PATH"
- cask
env:
- EMACS=emacs24
script:
- emacs --version
- make test