branch: scratch/el-mock commit 86444bfdfc254107fc6a53db9b291f57325219a6 Author: Johan Andersson <johan.rej...@gmail.com> Commit: Johan Andersson <johan.rej...@gmail.com>
Add Travis config --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..3fa912c46b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: emacs-lisp +before_install: + - curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh + - evm install $EVM_EMACS --use --skip + - cask +env: + - EVM_EMACS=emacs-24.4-bin + - EVM_EMACS=emacs-24.5-bin +script: + - emacs --version + - make test