added .travis.yml

This commit is contained in:
mpeterv
2014-01-06 19:35:06 +04:00
parent 3d58d8649d
commit d7ba1177af

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: c
install:
- sudo apt-get install lua
- sudo apt-get install luarocks
- sudo luarocks install busted
- sudo luarocks make rockspecs/largparse-wip-1.rockspec
script: "busted spec"