branch: elpa/lua-mode
commit fbad628de667d9e3365b0c34d51a7cf623e2a403
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Add travis.yml
---
.travis.yml | 20 ++++++++++++++++++++
README.md | 2 ++
2 files changed, 22 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1afca93
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: emacs-lisp
+sudo: no
+addons:
+ apt:
+ packages:
+ - lua5.2
+env:
+ - EVM_EMACS=emacs-24.1-travis
+ - EVM_EMACS=emacs-24.2-travis
+ - EVM_EMACS=emacs-24.3-travis
+ - EVM_EMACS=emacs-24.4-travis
+ - EVM_EMACS=emacs-24.5-travis
+ - EVM_EMACS=emacs-git-snapshot-travis
+before_install:
+ - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw >
travis.sh && source ./travis.sh
+ - evm install "$EVM_EMACS" --use --skip
+install:
+ - cask install
+script:
+ - make test
diff --git a/README.md b/README.md
index 12abf8a..d2bcee5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Lua mode
+[](https://travis-ci.org/immerrr/lua-mode)
+
**lua-mode** is a major mode for editing Lua sources in Emacs.