diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d078720 --- /dev/null +++ b/.travis.yml @@ -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/*"