commit d478a4166497303b28c60000e4fb3374743ae6c5 Author: Isis Lovecruft isis@torproject.org Date: Tue Feb 10 22:20:47 2015 +0000
Update Travis-CI matrix variable TWISTED_VERSION to 14.0.2.
This is currently the next version of Twisted available in Debian Jessie.
* UPDATE .travis.yml TWISTED_VERSION from 14.0.0 to 14.0.2. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 7e4f6f2..df8b54f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ env: matrix: include: - python: "2.7" - env: TWISTED_VERSION=14.0.0 PYOPENSSL_VERSION=0.14 + env: TWISTED_VERSION=14.0.2 PYOPENSSL_VERSION=0.14 allow_failures: - python: "pypy" fast_finish: true
tor-commits@lists.torproject.org