plantuml-mode/.travis.yml

13 lines
306 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
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
env:
# - EVM_EMACS=emacs-24.5-travis
2016-12-25 18:14:39 +01:00
- EVM_EMACS=emacs-25.1-travis
2016-12-25 18:05:15 +01:00
script:
- emacs --version
- make test