From d967fe280c9bf1c9380d831bcd96f59b70f85fce Mon Sep 17 00:00:00 2001 From: Hugo Duncan Date: Sat, 9 Feb 2013 16:55:44 -0500 Subject: Add travis checkdoc configuration Note, the build currently fails. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..0898e9d9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: emacs-lisp +env: + - EMACS=emacs24 +before_script: + - export DEBIAN_FRONTEND='noninteractive' + - wget ftp://download.tuxfamily.org/user42/checkdoc-batch.el +script: + - echo "starting" + - "emacs -batch -l checkdoc-batch.el -f checkdoc-batch-commandline nrepl.el | grep -e 'nrepl.el:[1-9]' && exit 1 || exit 0" -- cgit v1.2.3