We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4035a commit fbad628Copy full SHA for fbad628
2 files changed
.travis.yml
@@ -0,0 +1,20 @@
1
+language: emacs-lisp
2
+sudo: no
3
+addons:
4
+ apt:
5
+ packages:
6
+ - lua5.2
7
+env:
8
+ - EVM_EMACS=emacs-24.1-travis
9
+ - EVM_EMACS=emacs-24.2-travis
10
+ - EVM_EMACS=emacs-24.3-travis
11
+ - EVM_EMACS=emacs-24.4-travis
12
+ - EVM_EMACS=emacs-24.5-travis
13
+ - EVM_EMACS=emacs-git-snapshot-travis
14
+before_install:
15
+ - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
16
+ - evm install "$EVM_EMACS" --use --skip
17
+install:
18
+ - cask install
19
+script:
20
+ - make test
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.
0 commit comments