diff options
author | Sean Allred <code@seanallred.com> | 2014-11-09 11:08:39 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-09 11:08:39 -0500 |
commit | 558d34708b4b8db7aea84ea8dc0c353892fbf13c (patch) | |
tree | 5237844c1d3479c381b4400007015bc423bb1d41 | |
parent | 19f077473848b498841efb5ea7e698a95dec6663 (diff) |
Add 24.4 support
Also tests rejeep/evm#48
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | Makefile | 4 |
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 @@ -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 |