mirror of
https://github.com/kikito/cron.lua.git
synced 2024-12-19 18:34:20 +00:00
Create .travis.yml
This commit is contained in:
parent
5ba2c90e9c
commit
2445f8fc33
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