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/12/22 12:07:15 UTC

incubator-tamaya-extensions git commit: Integrate with Travis

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master c29c0bb60 -> cc4789236


Integrate with Travis


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

Branch: refs/heads/master
Commit: cc47892365893e3014bea6b367bd9a9fc2ee6c15
Parents: c29c0bb
Author: Phil Ottlinger <po...@apache.org>
Authored: Fri Dec 22 13:06:58 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Fri Dec 22 13:06:58 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/cc478923/.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