Add travis testing

This commit is contained in:
mpeterv
2015-09-10 23:05:20 +03:00
parent ac6c3a5972
commit e511d42c17

19
.travis.yml Normal file
View 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