You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/03 17:16:23 UTC

logging-log4j-kotlin git commit: Add minimal travis config

Repository: logging-log4j-kotlin
Updated Branches:
  refs/heads/master cd789c4ed -> b0282a9a4


Add minimal travis config


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/commit/b0282a9a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/b0282a9a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/b0282a9a

Branch: refs/heads/master
Commit: b0282a9a455b2190e6fbccdeef9323b88a74958c
Parents: cd789c4
Author: Matt Sicker <bo...@gmail.com>
Authored: Tue Apr 3 12:16:15 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Tue Apr 3 12:16:15 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/blob/b0282a9a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b179f30
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: java
+jdk:
+  - openjdk8