1
0
mirror of https://github.com/skuro/plantuml-mode.git synced 2024-06-24 07:26:45 +02:00
plantuml-mode/.travis.yml

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