commit fd3ffa8bb05c7b362177eb4c50bfe8b2842e17b1 Author: Isis Lovecruft isis@torproject.org Date: Sat Apr 20 00:22:11 2013 +0000
Copy oonib.conf.example, not ooniprobe.conf.example. --- .travis.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml index fd5a2b2..733c2af 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 oonib.conf - - bin/oonib \ No newline at end of file + - cp oonib.conf.example oonib.conf + - bin/oonib
tor-commits@lists.torproject.org