Merge pull request #266 from phillord/feature/travis-update
Use EVM for travis, test recent Emacsmaster
commit
87d5feac1a
4 changed files with 23 additions and 2559 deletions
@ -1,15 +1,18 @@ |
|||||||
language: emacs-lisp |
language: emacs-lisp |
||||||
before_install: |
sudo: no |
||||||
# PPA for stable Emacs packages |
|
||||||
- sudo add-apt-repository -y ppa:cassou/emacs |
|
||||||
# PPA for Emacs nightlies |
|
||||||
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa |
|
||||||
# Update and install the Emacs for our environment |
|
||||||
- sudo apt-get update -qq |
|
||||||
- sudo apt-get install -qq -yy ${EMACS}-nox ${EMACS}-el |
|
||||||
env: |
env: |
||||||
- EMACS=emacs23 |
- EVM_EMACS=emacs-24.1-travis |
||||||
- EMACS=emacs24 |
- EVM_EMACS=emacs-24.2-travis |
||||||
- EMACS=emacs-snapshot |
- 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-pretest-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: |
script: |
||||||
./run-travis-ci.sh |
./run-travis-ci.sh |
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue