aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index efc632b..acfaa21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_install:
11 11
12install: 12install:
13 - sudo luarocks install busted 13 - sudo luarocks install busted
14 - sudo luarocks make 14 - sudo luarocks make luasystem-scm-0.rockspec
15 15
16script: busted spec 16script: busted spec
17 17