Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master f85f35322 -> 1377ac7cd
Add Travis integration. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/1377ac7c Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/1377ac7c Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/1377ac7c Branch: refs/heads/master Commit: 1377ac7cd33d24620f8b68c51ba971a349c9ff74 Parents: f85f353 Author: Phil Ottlinger <[email protected]> Authored: Thu Dec 21 13:02:19 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Thu Dec 21 13:02:19 2017 +0100 ---------------------------------------------------------------------- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/1377ac7c/.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
