branch: scratch/el-mock commit a0915203454702eb62e9abca7fc175ac964f8de8 Author: Johan Andersson <johan.rej...@gmail.com> Commit: Johan Andersson <johan.rej...@gmail.com>
Update Travis config --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3fa912c46b..e3c669c258 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ -language: emacs-lisp +language: generic before_install: - - curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh + - 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.4-bin - - EVM_EMACS=emacs-24.5-bin + - EVM_EMACS=emacs-24.4-travis + - EVM_EMACS=emacs-24.5-travis script: - emacs --version - make test