Sha256: a58d7249259dd8d98a4e65fe6de584797af3e79ca6d73346fc94310eab17c043
Contents?: true
Size: 526 Bytes
Versions: 185
Compression:
Stored size: 526 Bytes
Contents
language: python sudo: false env: - LUA="lua=5.1" - LUA="lua=5.2" - LUA="lua=5.3" before_install: - pip install hererocks - hererocks bin/lua_install -r^ --$LUA - export PATH=$PATH:$PWD/bin/lua_install/bin install: - luarocks install busted before_script: - bin/fetch-configlet - bin/configlet lint . script: - bin/test-all # Primary target is Lua 5.3, but the results in Lua 5.1 and 5.2 are provided for # curiosity's sake matrix: allow_failures: - env: LUA="lua=5.1" - env: LUA="lua=5.2"
Version data entries
185 entries across 185 versions & 1 rubygems