Add travis testing for Lua 5.3

This commit is contained in:
mpeterv
2015-03-13 14:44:13 +03:00
parent e14efa01c7
commit 9da3d150b1
4 changed files with 33 additions and 12 deletions

View File

@@ -3,14 +3,15 @@ language: c
env:
- LUA="Lua 5.1"
- LUA="Lua 5.2"
- LUA="Lua 5.3"
- LUA="LuaJIT 2.0"
before_install:
- bash .travis_setup.sh
- bash .travis_setup_rocks.sh
install:
- sudo luarocks make rockspecs/argparse-scm-1.rockspec
- sudo luarocks install busted
- sudo luarocks make
script:
- busted spec