You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/11/14 23:02:05 UTC

incubator-tamaya git commit: Try-out integration with travis

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 01544e712 -> 92b22bdba


Try-out integration with travis


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/92b22bdb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/92b22bdb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/92b22bdb

Branch: refs/heads/master
Commit: 92b22bdbae655fe4dbce3459cb17e84ccd1ded72
Parents: 01544e7
Author: Phil Ottlinger <po...@apache.org>
Authored: Wed Nov 15 00:01:52 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Wed Nov 15 00:01:52 2017 +0100

----------------------------------------------------------------------
 .travis.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/92b22bdb/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b580037
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: java
+jdk:
+  - oraclejdk8
+#before_script:
+#  - pip install --user codecov
+
+#after_success:
+#  - codecov
+
+#addons:
+#  srcclr: true