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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 02d51b1  use Ubuntu Trusty instead of Xenial on Travis CI (fixes 
FINERACT-763)
02d51b1 is described below

commit 02d51b115a097df8fcbfbd94f1998c28f7b49fe4
Author: Michael Vorburger.ch <[email protected]>
AuthorDate: Wed Jun 12 17:56:21 2019 +0200

    use Ubuntu Trusty instead of Xenial on Travis CI (fixes FINERACT-763)
    
    see https://issues.apache.org/jira/browse/FINERACT-763
    
    re. 
https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 3926504..c1ca0fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,10 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+
+# https://issues.apache.org/jira/browse/FINERACT-763
+dist: trusty
+
 language: java
 
 jdk:

Reply via email to