commit 95ad0a644ba6befe41a2bdaddfe38bb54dc10255 Author: Isis Lovecruft isis@torproject.org Date: Mon Feb 23 22:23:59 2015 +0000
Fix typo in comment in .travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index a0f4814..4bc10ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,7 @@ before_script: - sed -r -i -e "s/(EMAIL_SMTP_PORT = )([1-9]{2,5})/\12525/" run/bridgedb.conf # Enable plaintext HTTP distribution, otherwise the mechanize-based tests in # test_https.py will fail with CERTIFICATE_VERIFY_FAILED because urllib2 - # won't recognize ourt self-signed certificate: + # won't recognize our self-signed certificate: - sed -r -i -e "s/(HTTP_UNENCRYPTED_BIND_IP = )(None)/\1'127.0.0.1'/" run/bridgedb.conf - sed -r -i -e "s/(HTTP_UNENCRYPTED_PORT = )(None)/\16788/" run/bridgedb.conf - leekspin -n 100
tor-commits@lists.torproject.org