mirror of
https://github.com/TangentFoxy/semver.lua.git
synced 2025-07-28 02:52:21 +00:00
Create .travis.yml
This commit is contained in:
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 spec/*"
|
Reference in New Issue
Block a user