Human-readable representation of Lua tables
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inspect.lua/.travis.yml

13 lines
188 B

language: erlang
env:
- LUA=""
- LUA="luajit"
install:
- sudo apt-get install luajit
- sudo apt-get install luarocks
- sudo luarocks install telescope
script: "tsc -f spec/*"