branch: elpa/xkcd commit 746acbab54b6a09b89ef47ef102c597ea64b4a08 Author: Vibhav Pant <vibh...@gmail.com> Commit: Vibhav Pant <vibh...@gmail.com>
Add .travis.yml. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..c0286704df --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: emacs-lisp + +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq emacs + +script: emacs -batch -f batch-byte-compile *.el \ No newline at end of file