You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
537 B
18 lines
537 B
language: emacs-lisp |
|
sudo: no |
|
env: |
|
- EVM_EMACS=emacs-24.1-travis |
|
- EVM_EMACS=emacs-24.2-travis |
|
- EVM_EMACS=emacs-24.3-travis |
|
- EVM_EMACS=emacs-24.4-travis |
|
- EVM_EMACS=emacs-24.5-travis |
|
- EVM_EMACS=emacs-25.1-travis |
|
- EVM_EMACS=emacs-25.2-travis |
|
- EVM_EMACS=emacs-25.3-travis |
|
- EVM_EMACS=emacs-26.1-travis |
|
- EVM_EMACS=emacs-git-snapshot-travis |
|
install: |
|
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh |
|
- evm install $EVM_EMACS --use --skip |
|
script: |
|
./run-travis-ci.sh
|
|
|