mirror of
https://github.com/TangentFoxy/markdown.lua.git
synced 2025-07-27 17:42:16 +00:00
Add travis testing
This commit is contained in:
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
language: python
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
env:
|
||||||
|
- LUA="lua 5.1"
|
||||||
|
- LUA="lua 5.2"
|
||||||
|
- LUA="lua 5.3"
|
||||||
|
- LUA="luajit 2.0"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- pip install hererocks
|
||||||
|
- hererocks here -r^ --$LUA
|
||||||
|
- export PATH=$PATH:$PWD/here/bin
|
||||||
|
|
||||||
|
install:
|
||||||
|
- luarocks make
|
||||||
|
|
||||||
|
script:
|
||||||
|
- lua markdown-tests.lua
|
Reference in New Issue
Block a user