branch: elpa/lua-mode
commit ecfe465ad0fc8348473f05e37b5fe5a6626483bb
Author: Reuben Thomas <[email protected]>
Commit: Reuben Thomas <[email protected]>
Remove testing for Emacs < 24.3, and add 25.2 and 25.3
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c1101c6..bdf11ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,12 @@ addons:
packages:
- lua5.2
env:
- - EVM_EMACS=emacs-24.1-travis
- - EVM_EMACS=emacs-24.2-travis
- 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-25.2-travis
+ - EVM_EMACS=emacs-25.3-travis
# - EVM_EMACS=emacs-git-snapshot-travis
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw >
travis.sh && source ./travis.sh