Skip to content

Commit 4e0f1e3

Browse files
committed
Fixing timezone issue when running tests.
1 parent 92056f6 commit 4e0f1e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ env:
1919
- ORACLE_FILE=oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
2020
- ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
2121
- ORACLE_SID=XE
22+
- ORA_SDTZ='Europe/London' #Needed as a client parameter
23+
- TZ='Europe/London' #Needed as a DB Server parameter
2224
#Adding SQLPlus to path
2325
- PATH=$PATH:$ORACLE_HOME/bin
2426
# project variables

0 commit comments

Comments
 (0)