branch: elpa/forth-mode
commit 885407ebc5c3c945b34a6581a5927313aad4907f
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    Automated build.
---
 .travis.yml | 6 ++++++
 Makefile    | 2 +-
 README.md   | 2 ++
 build.el    | 1 +
 4 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..61e0fc56ab
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: emacs-lisp
+sudo: required
+#install: sh -e install-deps.sh
+script: make
+notifications:
+  email: [email protected]
diff --git a/Makefile b/Makefile
index 9b6a9c77f2..359876c184 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 all:
-       emacs -q --no-site-file --batch --load build.el
+       emacs -Q --batch --load build.el
 
 clean:
        rm -f autoloads.el *.elc
diff --git a/README.md b/README.md
index 086635f40a..3e1179764c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 ## Programming language mode for Forth.
 
+[![Build Status](https://travis-ci.org/larsbrinkhoff/forth-mode.svg)]
+(https://travis-ci.org/larsbrinkhoff/forth-mode)
 [![MELPA](https://melpa.org/packages/forth-mode-badge.svg)]
 (https://melpa.org/#/forth-mode)
 
diff --git a/build.el b/build.el
index 15976d9d9e..58fda880f7 100644
--- a/build.el
+++ b/build.el
@@ -1,3 +1,4 @@
+(princ (emacs-version))
 (let ((generated-autoload-file (concat default-directory "autoloads.el")))
   (update-directory-autoloads "."))
 (load-file "autoloads.el")

Reply via email to