commit 7a5840a260e85a4159c0feadc2303aba1d0a1713 Author: Arturo Filastò arturo@filasto.net Date: Tue Dec 6 18:42:04 2016 +0000
[ci-debug] sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 15d3ab9..6ee1585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ install: script: - sudo $(which coverage) run $(which trial) ooni - pip list - - rm -rf _trial_temp/ + - sudo rm -rf _trial_temp/ after_success: - coveralls deploy:
tor-commits@lists.torproject.org