[tor-commits] [ooni-probe/master] [ci-debug] delete _trial_temp after run
art at torproject.org
art at torproject.org
Fri Jan 13 12:39:58 UTC 2017
commit cdf56b4fccbcc39d07151cf0769ad42bd6d14b2a
Author: Arturo Filastò <arturo at filasto.net>
Date: Tue Dec 6 18:13:47 2016 +0000
[ci-debug] delete _trial_temp after run
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 438d403..15d3ab9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,7 @@ install:
script:
- sudo $(which coverage) run $(which trial) ooni
- pip list
+ - rm -rf _trial_temp/
after_success:
- coveralls
deploy:
More information about the tor-commits
mailing list