You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by aj...@apache.org on 2016/10/11 20:30:58 UTC

jena git commit: Added .travis.yml

Repository: jena
Updated Branches:
  refs/heads/master a2f51efa5 -> f659ca8c1


Added .travis.yml


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/f659ca8c
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/f659ca8c
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/f659ca8c

Branch: refs/heads/master
Commit: f659ca8c16f030dcf4e1a1f547f2dfaefb092fdf
Parents: a2f51ef
Author: ajs6f <aj...@virginia.edu>
Authored: Sat Oct 8 09:49:08 2016 -0400
Committer: ajs6f <aj...@virginia.edu>
Committed: Tue Oct 11 16:30:25 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/jena/blob/f659ca8c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6393bb0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: java
+sudo: false
+script: mvn -Pdev verify
+jdk:
+  - oraclejdk8
+  - openjdk8
+env:
+  global:
+    - JAVA_OPTS="-Xmx1024M -Xms512M"
+notifications:
+  irc:
+    channels:
+      - "irc.freenode.org#jena"
+    on_success: change
+    on_failure: always
+    template:
+      - "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
+    skip_join: true
\ No newline at end of file