Skip to content

Commit fbad628

Browse files
committed
Add travis.yml
1 parent 6f4035a commit fbad628

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

0 commit comments

Comments
 (0)