branch: elpa/tuareg commit 0a501f77f9da94a8b6598ad4d5152c7890bb16ba Author: Mattias EngdegÄrd <matti...@acm.org> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Update list of Emacs versions for CI Don't try to run on Emacs older than 24.4 since that is what tuareg requires. Drop a few old subreleases and add more modern versions. --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c93b41..2fe28a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,16 +5,17 @@ sudo: false env: matrix: - - EVM_EMACS=emacs-24.3 - - EVM_EMACS=emacs-24.4 - - EVM_EMACS=emacs-24.5 - - EVM_EMACS=emacs-25.1 + - EVM_EMACS=emacs-24.4-travis + - EVM_EMACS=emacs-25.3-travis + - EVM_EMACS=emacs-26.3-travis + - EVM_EMACS=emacs-27.1-travis-linux-xenial + - EVM_EMACS=emacs-git-snapshot-travis before_install: - export PATH="$HOME/.evm/bin:$PATH" - git clone https://github.com/rejeep/evm.git $HOME/.evm - evm config path /tmp - - evm install ${EVM_EMACS}-travis --use --skip + - evm install ${EVM_EMACS} --use --skip script: - emacs --version