CI: Configure Travis-CI

This commit is contained in:
Adrian Perez de Castro
2016-07-03 15:21:14 +03:00
parent 9f71b6d3c5
commit 513aac201d

18
.travis.yml Normal file
View File

@@ -0,0 +1,18 @@
language: python
sudo: false
env:
matrix:
- LUA="lua 5.1"
- LUA="lua 5.2"
- LUA="lua 5.3"
before_install:
- pip install hererocks
- hererocks here -r^ --$LUA
- export PATH=$PATH:$PWD/here/bin
- eval `luarocks path --bin`
- lua -v
script:
- lua test/eventable.lua