updated .travis.yml

This commit is contained in:
kikito 2013-09-26 00:12:43 +02:00
parent b19199abc5
commit 0948dd03ae

View File

@ -7,6 +7,6 @@ env:
install:
- sudo apt-get install luajit
- sudo apt-get install luarocks
- sudo luarocks install telescope
- sudo luarocks install busted
script: "tsc -f spec/*"
script: "busted"