File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# Lua mode
22
3+ [ ![ Build Status] ( https://travis-ci.org/immerrr/lua-mode.svg?branch=master )] ( https://travis-ci.org/immerrr/lua-mode )
4+
35** lua-mode** is a major mode for editing Lua sources in Emacs.
46
57
You can’t perform that action at this time.
0 commit comments