From 949912d793cc8b80e6acb0978268405dc21a13e9 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sat, 22 Apr 2017 22:33:58 -0400 Subject: Use Cask to run tests in TravisCI --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0948dbd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: emacs-lisp +sudo: false +before_install: + - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh + - evm install $EVM_EMACS --use --skip + - cask install +env: + - EVM_EMACS=emacs-24.5-travis + - EVM_EMACS=emacs-25.1-travis +script: + - emacs --version + - cask exec ert-runner -l test/ert-helper.el test/*-tests.el -- cgit v1.2.3