You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/08/25 17:13:47 UTC

[fineract-cn-mariadb] 17/37: Fix license Add travis yml

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

ikamga pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mariadb.git

commit 60c49675e9f1c4b2c4fa046642c2ab43467dbe0f
Author: Mark <ma...@gmail.com>
AuthorDate: Fri Sep 15 16:10:17 2017 +0200

    Fix license
    Add travis yml
---
 src/test/java/io/mifos/core/mariadb/util/LocalDateConverterTest.java | 2 +-
 travis.yml                                                           | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/test/java/io/mifos/core/mariadb/util/LocalDateConverterTest.java b/src/test/java/io/mifos/core/mariadb/util/LocalDateConverterTest.java
index 6713ebd..a23e2a8 100644
--- a/src/test/java/io/mifos/core/mariadb/util/LocalDateConverterTest.java
+++ b/src/test/java/io/mifos/core/mariadb/util/LocalDateConverterTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 The Mifos Initiative.
+ * Copyright 2017 The Mifos Initiative.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/travis.yml b/travis.yml
new file mode 100644
index 0000000..e9b981e
--- /dev/null
+++ b/travis.yml
@@ -0,0 +1,3 @@
+language: java
+jdk:
+ - oraclejdk8
\ No newline at end of file