1
0
Fork 0
plantuml-mode/.travis.yml
Carlo Sciolla da9d39c947
#51 Evaluate the plantuml-java-args defcustom at compile time
`defcustom`s are not executed at byte-compile time. Wrapping the
`defcustom` in an `eval-and-compile` form does the trick.
2017-08-19 19:20:04 +02:00

12 lines
273 B
YAML

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