Skip to content

Commit

Permalink
Update emacs version that are used in CI
Browse files Browse the repository at this point in the history
- Use only 25.3 and 26.1
  • Loading branch information
jvalkeejarvi committed Sep 20, 2018
1 parent 8d7cd83 commit 64d36ae
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
language: emacs-lisp
language: emacs
cache: apt
env:
- EMACS=emacs24
- EMACS=emacs-snapshot
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
matrix:
fast-finish: true
before_install:
- sudo add-apt-repository -y ppa:cassou/emacs # Emacs 24.3
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa # Emacs snapshot
- sudo apt-get update
- sudo apt-get install -y "${EMACS}"-nox
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- export PATH="${HOME}/.cask/bin:$PATH"
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
- evm install $EVM_EMACS --use --skip
install:
- cask install
script:
- make EMACS=${EMACS} info
- make EMACS=${EMACS} build
- make EMACS=${EMACS} test
- make EMACS=${EMACS} compile
- make EMACS=${EMACS} test-elc

0 comments on commit 64d36ae

Please sign in to comment.