From: daurnimator <quae@daurnimator.com>
Date: Tue, 23 Jul 2013 23:04:46 +0000 (-0400)
Subject: .travis.yml: debian doesn't support luajit and busted doesn't support 5.2..... damn
X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/d535197d4d94122f86a485aac740bc7329664129

.travis.yml: debian doesn't support luajit and busted doesn't support 5.2..... damn
---

diff --git a/.travis.yml b/.travis.yml
index e78e825..fa9c903 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,8 @@
 language: c
 
 before_install:
-  - sudo apt-get install lua5.1 lua5.2 luajit -y
-  - sudo apt-get install luarocks -y
+  - sudo apt-get install lua5.1 luarocks -y
   - sudo luarocks install busted
 
 script:
-  - busted -l lua5.1
-  - busted -l lua5.2
-  - busted -l luajit
+  - busted