Files
lua-matrix/.travis.yml
Adrian Perez de Castro a8ebe24d38 CI: Do nothing in "install" step
This is needed to override the default action of the "python" build type,
which is installing from requirements.txt with pip.
2016-07-03 15:24:12 +03:00

21 lines
302 B
YAML

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`
install:
- lua -v
script:
- lua test/eventable.lua