Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Synchronise Makefile and .travis.yml, explicitly add 25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sambrightman committed Oct 19, 2016
1 parent c899a6d commit 1d14cfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ env:
- 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-git-snapshot-travis

matrix:
fast_finish: true
allow_failures:
- env: EVM_EMACS=emacs-24.2-travis
- env: EVM_EMACS=emacs-24.3-travis
- env: EVM_EMACS=emacs-25.1-travis
- env: EVM_EMACS=emacs-git-snapshot-travis
script:
- emacs --version
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# To test Emacs 24.1, for example, use
#
# make 1
# make 24.1
#
# To test on all versions, of course, simply use
#
Expand All @@ -16,16 +16,16 @@
# make all
#

VERSIONS = 1 2 3 4
VERSIONS = 24.2 24.3 24.4 25.1

all :: $(VERSIONS)

$(VERSIONS) :: clean
evm install emacs-24.$@-bin --skip || true
evm use emacs-24.$@-bin
evm install emacs-$@-bin --skip || true
evm use emacs-$@-bin
emacs --version
cask install
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit
cask exec ert-runner

clean:
rm -rf .sx/
Expand Down

0 comments on commit 1d14cfa

Please sign in to comment.