commit d6fcb5c32f4907933c977172b3ed482f33b090f1 Author: Isis Lovecruft isis@torproject.org Date: Sat Apr 20 00:14:41 2013 +0000
Presuming missing file 'oonib.conf' to be 'ooniprobe.conf.example'. --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.travis.yml b/.travis.yml index ba72972..fd5a2b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ install: - python setup.py install # command to run tests, e.g. python setup.py test script: - - cp ooniprobe.conf.example ooniprobe.conf + - cp ooniprobe.conf.example oonib.conf - bin/oonib \ No newline at end of file
tor-commits@lists.torproject.org