Skip to content

Commit 715cab8

Browse files
authored
.travis.yml add luajit matrix
1 parent 385e791 commit 715cab8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
sudo: true
2+
env:
3+
matrix:
4+
- LUA=luajit # latest stable version
5+
- LUA=luajit2.0 # current head of 2.0 branch
6+
- LUA=luajit2.1 # current head of 2.1 branch
27
language: lua
38
script:
49
- make

0 commit comments

Comments
 (0)