summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHugo Duncan <hugo@hugoduncan.org>2013-02-09 16:55:44 -0500
committerHugo Duncan <hugo@hugoduncan.org>2013-02-09 17:21:23 -0500
commitd967fe280c9bf1c9380d831bcd96f59b70f85fce (patch)
tree30959ae23d6830bd53d6948d0171bc7490cb33fb /.travis.yml
parentbd6a160e6a814f88341102a65dc8ae35b1617aec (diff)
Add travis checkdoc configuration
Note, the build currently fails.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
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"