Drop sudo from call

This commit is contained in:
Ignacio Burgueño
2016-01-21 14:58:15 -03:00
parent 6232ca6dbd
commit 5daddd4c2b

View File

@@ -22,7 +22,7 @@ install:
script: script:
- cd tests - cd tests
- sudo lua test.lua - lua test.lua
after_success: after_success:
- coveralls -b .. -r .. -i ./src --dump c.report.json - coveralls -b .. -r .. -i ./src --dump c.report.json