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 <[email protected]> Authored: Wed Nov 15 00:01:52 2017 +0100 Committer: Phil Ottlinger <[email protected]> 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
