From d62e6773041490674e088d6b1611354c264020e7 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 23 Jul 2013 18:17:00 -0400 Subject: [PATCH] Add .travis.yml --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1585a64 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: c + +before_install: + - sudo apt-get install luarocks -y + - sudo luarocks install busted + +script: + - luarocks install --local luatz-scm-0.rockspec + - busted -- 2.39.2