
29 Apr
2016
29 Apr
'16
9:42 a.m.
commit 52bb445c881d111b19c3a8f365b435dc8bb889b8 Author: Arturo Filastò <arturo@filasto.net> Date: Fri Feb 5 20:54:34 2016 +0100 Explicitly test twisted version 15.5.0 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index acda409..e3033f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: - TWISTED=Twisted==15.2.1 - TWISTED=Twisted==15.3.0 - TWISTED=Twisted==15.4.0 + - TWISTED=Twisted==15.5.0 - TWISTED=Twisted before_install: - sudo apt-get update