From d2293966dfa556c6f236e86f1f204cee31bcc7be Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Tue, 25 Apr 2017 16:01:28 +0200 Subject: [Travis CI] Replace emacs-git target with emacs-25.{1,2} stable targets. (#181) This commit contributes to shorten the real time of Travis' automated build. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f9f10d8c..1f6c6833 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ env: - EMACS_TARGET=emacs-24.3 - EMACS_TARGET=emacs-24.4 - EMACS_TARGET=emacs-24.5 - - EMACS_TARGET=emacs-git + - EMACS_TARGET=emacs-25.1 + - EMACS_TARGET=emacs-25.2 before_install: - make -f Makefile.travis before_install -- cgit v1.2.3