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 21:19:07 UTC

logging-log4j-scala git commit: Add minimal travis config for PRs

Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master b5ff1c751 -> b26bc91f5


Add minimal travis config for PRs


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

Branch: refs/heads/master
Commit: b26bc91f530e247b16b82204ea532590619eba21
Parents: b5ff1c7
Author: Matt Sicker <bo...@gmail.com>
Authored: Tue Apr 3 16:18:58 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Tue Apr 3 16:18:58 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/b26bc91f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8fa7e87
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: java
+jdk:
+  - openjdk8
+script:
+  - ./sbt -batch "+ test"