aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Burgueño <ignacio@users.noreply.github.com>2016-01-21 14:58:15 -0300
committerIgnacio Burgueño <ignacio@users.noreply.github.com>2016-01-21 14:58:15 -0300
commit5daddd4c2bfff60b2d7a13fa55e467b6f0ce415e (patch)
tree9695d15a9013a1d700968e70847e73704a3658d0
parent6232ca6dbd0bbd5e2a7dc614daab6a4da1f2bf17 (diff)
downloadluafilesystem-5daddd4c2bfff60b2d7a13fa55e467b6f0ce415e.tar.gz
luafilesystem-5daddd4c2bfff60b2d7a13fa55e467b6f0ce415e.tar.bz2
luafilesystem-5daddd4c2bfff60b2d7a13fa55e467b6f0ce415e.zip
Drop sudo from call
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fed0b77..2dbcc89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ install:
22 22
23script: 23script:
24 - cd tests 24 - cd tests
25 - sudo lua test.lua 25 - lua test.lua
26 26
27after_success: 27after_success:
28 - coveralls -b .. -r .. -i ./src --dump c.report.json 28 - coveralls -b .. -r .. -i ./src --dump c.report.json