plantuml-mode/.travis.yml

12 lines
273 B
YAML
Raw Normal View History

2016-12-25 18:05:15 +01:00
language: emacs-lisp
2016-12-25 18:18:50 +01:00
sudo: false
2017-07-08 11:35:40 +02:00
env:
- EVM_EMACS=emacs-25.1-travis
2016-12-25 18:05:15 +01:00
before_install:
2016-12-25 18:18:50 +01:00
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
2016-12-25 18:05:15 +01:00
- cask
script:
- emacs --version
- make test