From 6ae596d037f34bdae738e339d281ca425b308cc7 Mon Sep 17 00:00:00 2001 From: Toni Reina Date: Tue, 29 Nov 2016 20:58:07 +0100 Subject: [PATCH 1/2] Update travis config to run CI tests Update cask version and add more emacs versions --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85db6bb..a98b879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,13 @@ language: emacs-lisp before_install: - - curl -fsSkL https://gist.github.com/rejeep/7736123/raw | sh - - export PATH="/home/travis/.cask/bin:$PATH" - - export PATH="/home/travis/.evm/bin:$PATH" + - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh - evm install $EVM_EMACS --use --skip - cask env: - - EVM_EMACS=emacs-24.3-bin + - EVM_EMACS=emacs-24.3-travis + - EVM_EMACS=emacs-24.4-travis + - EVM_EMACS=emacs-24.5-travis + - EVM_EMACS=emacs-25.1-travis script: - emacs --version - - make test \ No newline at end of file + - make test From 0f2ed860beb803cc81e41d52a11ba766208b1e74 Mon Sep 17 00:00:00 2001 From: Toni Reina Date: Tue, 29 Nov 2016 21:11:44 +0100 Subject: [PATCH 2/2] Helm doesn't work with previous versions of emacs 24-4 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a98b879..ba76fec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ before_install: - evm install $EVM_EMACS --use --skip - cask 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