mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
renamed largparse -> argparse; imported testing setup from literal
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,9 +1,15 @@
|
||||
language: c
|
||||
|
||||
env:
|
||||
- LUA="Lua 5.1"
|
||||
- LUA="Lua 5.2"
|
||||
- LUA="LuaJIT 2.0"
|
||||
|
||||
before_install:
|
||||
- bash .travis_setup.sh
|
||||
|
||||
install:
|
||||
- sudo apt-get install luarocks
|
||||
- sudo luarocks make rockspecs/argparse-git-1.rockspec
|
||||
- sudo luarocks install busted
|
||||
- sudo luarocks install 30log
|
||||
- sudo luarocks make rockspecs/largparse-lrcompat-1.rockspec
|
||||
|
||||
script: "busted spec"
|
||||
|
Reference in New Issue
Block a user