Thanks!
[markdown-mode.git] / .travis.yml
blob561a4bc7dbdd3593e91c34bb131200a551f64ccc
1 language: generic
2 sudo: false
3 before_install:
4   - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
5   - evm install $EVM_EMACS --use --skip
6 env:
7   - EVM_EMACS=emacs-24.1-travis CL="-l cl-lib-0.5.el"
8   - EVM_EMACS=emacs-24.2-travis CL="-l cl-lib-0.5.el"
9   - EVM_EMACS=emacs-24.3-travis
10   - EVM_EMACS=emacs-24.4-travis
11   - EVM_EMACS=emacs-24.5-travis
12 script:
13   - emacs --version
14   - cd tests && make clean && make test