commit 8ca077aed21ca4b72f39ea44a0135899805ec7c2 Author: teor teor@torproject.org Date: Fri Aug 2 09:31:49 2019 +1000
Travis: fix a comment typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index b3b0d9ec..fe96ccf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,7 +93,7 @@ matrix: env: TOR="master-nightly" TARGET="" ## Stable: 20 October 2019 ## (Switch from 3.8-dev to 3.8, and check for 3.9-dev) - ## End of Life: October2024 + ## End of Life: October 2024 ## https://www.python.org/dev/peps/pep-0569/#lifespan - python: "3.8-dev" env: TOR="master-nightly" TARGET=""
tor-commits@lists.torproject.org