1
0
Fork 0
plantuml-mode/.travis.yml

12 lines
273 B
YAML
Raw Normal View History

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