mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
Create .travis.yml
This commit is contained in:
parent
33cda55688
commit
8c78b64d2a
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
language: erlang
|
||||||
|
|
||||||
|
env:
|
||||||
|
- LUA=""
|
||||||
|
- LUA="luajit"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sudo apt-get install luajit
|
||||||
|
- sudo apt-get install luarocks
|
||||||
|
- sudo luarocks install telescope
|
||||||
|
|
||||||
|
script: "tsc -f specs/*"
|
Loading…
Reference in New Issue
Block a user