blob: eea4fcee92ee2fbd5462df5577c0565b59dc37ca [file] [log] [blame]
language: python
sudo: false
env:
- LUA="lua=5.1"
before_install:
- pip install hererocks
- hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
install:
- cd tests
- ./install-deps.sh
script:
- busted --output=TAP --helper=set_paths --pattern=.lua scripts