mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Add travis testing for Lua 5.3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user