1
0
mirror of https://github.com/skuro/plantuml-mode.git synced 2024-06-28 07:40:58 +02:00
plantuml-mode/.travis.yml
2016-12-25 18:18:50 +01:00

13 lines
305 B
YAML

language: emacs-lisp
sudo: false
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
- cask
env:
- EVM_EMACS=emacs-24.5-travis
- EVM_EMACS=emacs-25.1-travis
script:
- emacs --version
- make test