You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2019/08/22 07:41:15 UTC

[fineract] branch FINERACT-788 created (now 662f30c)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a change to branch FINERACT-788
in repository https://gitbox.apache.org/repos/asf/fineract.git.


      at 662f30c  rm hardcoded system time from .travis.yml (fixes FINERACT-788)

This branch includes the following new commits:

     new 662f30c  rm hardcoded system time from .travis.yml (fixes FINERACT-788)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: rm hardcoded system time from .travis.yml (fixes FINERACT-788)

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch FINERACT-788
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 662f30cb999b595bd4dcfa25463140b45a2b8ef1
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Thu Aug 22 09:41:11 2019 +0200

    rm hardcoded system time from .travis.yml (fixes FINERACT-788)
---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5f009d0..c9eb97e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,14 +27,10 @@ jdk:
 services:
   - mysql
 
-# Hardcoding system time as a temporary fix for running buggy test cases
 before_install:
   - echo "USE mysql;\nUPDATE user SET password=PASSWORD('mysql') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
   - mysql -u root -pmysql -e 'CREATE DATABASE IF NOT EXISTS `mifosplatform-tenants`;'
   - mysql -u root -pmysql -e 'CREATE DATABASE IF NOT EXISTS `mifostenant-default`;'
-  - export TZ=Asia/Kolkata
-  - sudo service ntp stop
-  - sudo date --set="23 February 2019 01:02:03"
 
 # https://docs.travis-ci.com/user/languages/java/#caching
 before_cache: