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/21 15:06:42 UTC

jena git commit: Correcting .travis.yml as discussed

Repository: jena
Updated Branches:
  refs/heads/master 60302eeee -> 973d3a638


Correcting .travis.yml as discussed


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

Branch: refs/heads/master
Commit: 973d3a638c9bfc7a616a543e5cc22df5b3490d09
Parents: 60302ee
Author: ajs6f <aj...@virginia.edu>
Authored: Fri Oct 21 11:04:33 2016 -0400
Committer: ajs6f <aj...@virginia.edu>
Committed: Fri Oct 21 11:04:33 2016 -0400

----------------------------------------------------------------------
 .travis.yml | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/973d3a63/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6393bb0..e056f0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,9 @@
 language: java
 sudo: false
+install: mvn dependency:go-offline
 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
+- JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"