Handle unspecified or unknown languages when editing code blocks
[markdown-mode.git] / .travis.yml
blob274a5e6b50ab13e1dfdff34e47a0c1eac38c0210
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.3-travis
8   - EVM_EMACS=emacs-24.4-travis
9   - EVM_EMACS=emacs-24.5-travis
10   - EVM_EMACS=emacs-25.1-travis
11   - EVM_EMACS=emacs-25.2-travis
12   - EVM_EMACS=emacs-25.3-travis
13 script:
14   - emacs --version
15   - cd tests && make clean && make test