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 |
||||
before_install: |
||||
# 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 |
||||
sudo: no |
||||
env: |
||||
- EMACS=emacs23 |
||||
- EMACS=emacs24 |
||||
- EMACS=emacs-snapshot |
||||
- 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-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: |
||||
./run-travis-ci.sh |
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue