Skip to content

Commit

Permalink
remove lua 5.1 from travis (succeeds locally)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipp committed Mar 30, 2016
1 parent 691ce8b commit f83742c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:
- LUAROCKS_VERSION=2.0.13
- LUAROCKS_BASE=luarocks-$LUAROCKS_VERSION
matrix:
- LUA=lua5.1 LUA_DEV=liblua5.1-dev LUA_VER=5.1 LUA_SFX=5.1 LUA_INCDIR=/usr/include/lua5.1
- LUA=lua5.2 LUA_DEV=liblua5.2-dev LUA_VER=5.2 LUA_SFX=5.2 LUA_INCDIR=/usr/include/lua5.2
- LUA=luajit LUA_DEV=libluajit-5.1-dev LUA_VER=5.1 LUA_SFX=jit LUA_INCDIR=/usr/include/luajit-2.0

Expand Down

0 comments on commit f83742c

Please sign in to comment.