Skip to content

Commit f83742c

Browse files
committed
remove lua 5.1 from travis (succeeds locally)
1 parent 691ce8b commit f83742c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env:
55
- LUAROCKS_VERSION=2.0.13
66
- LUAROCKS_BASE=luarocks-$LUAROCKS_VERSION
77
matrix:
8-
- LUA=lua5.1 LUA_DEV=liblua5.1-dev LUA_VER=5.1 LUA_SFX=5.1 LUA_INCDIR=/usr/include/lua5.1
98
- LUA=lua5.2 LUA_DEV=liblua5.2-dev LUA_VER=5.2 LUA_SFX=5.2 LUA_INCDIR=/usr/include/lua5.2
109
- LUA=luajit LUA_DEV=libluajit-5.1-dev LUA_VER=5.1 LUA_SFX=jit LUA_INCDIR=/usr/include/luajit-2.0
1110

0 commit comments

Comments
 (0)