aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 63f0cb6..ae882b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ env:
- EVM_EMACS=emacs-24.1-bin
- EVM_EMACS=emacs-24.2-bin
- EVM_EMACS=emacs-24.3-bin
+ - EVM_EMACS=emacs-24.4-bin
before_install:
- sudo mkdir /usr/local/evm
diff --git a/Makefile b/Makefile
index e812d5b..b322342 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,9 @@
# make all
#
-all: 24.1 24.2 24.3
+all: 24.1 24.2 24.3 24.4
-%:
+.DEFAULT:
evm install emacs-$@-bin || true
emacs --version
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit