Update of /cvsroot/xmltv/xmltv
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15869
Modified Files:
.travis.yml
Log Message:
Set timezone to Europe/London in Travis CI testing
Index: .travis.yml
===================================================================
RCS file: /cvsroot/xmltv/xmltv/.travis.yml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .travis.yml 31 Aug 2017 22:11:15 -0000 1.2
--- .travis.yml 1 Sep 2017 00:01:17 -0000 1.3
***************
*** 52,55 ****
--- 52,57 ----
before_install:
+ - export TZ=Europe/London
+ - date
- env | sort
- sudo apt-get update -qq
|