You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2019/04/24 08:14:55 UTC

[aries-journaled-events] branch master updated: Added travis build

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-journaled-events.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a55915  Added travis build
2a55915 is described below

commit 2a55915789619b32842b5802b84b8c6c9ec5d9b0
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Wed Apr 24 10:14:48 2019 +0200

    Added travis build
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..bf018d2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: java
+jdk:
+  - oraclejdk8
+  
\ No newline at end of file