blob: 5c783c986ca1e87e81ffaa865e8478cfc0ed5aec [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 api-gateway-config/tests
- ./install-deps.sh
script:
- busted --output=TAP --helper=set_paths spec/test.lua