You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2018/11/12 08:30:20 UTC

svn commit: r1846381 - /webservices/axiom/trunk/.travis.yml

Author: veithen
Date: Mon Nov 12 08:30:20 2018
New Revision: 1846381

URL: http://svn.apache.org/viewvc?rev=1846381&view=rev
Log:
Fix problem downloading artifacts from OSSRH on Travis.

Modified:
    webservices/axiom/trunk/.travis.yml

Modified: webservices/axiom/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/.travis.yml?rev=1846381&r1=1846380&r2=1846381&view=diff
==============================================================================
--- webservices/axiom/trunk/.travis.yml (original)
+++ webservices/axiom/trunk/.travis.yml Mon Nov 12 08:30:20 2018
@@ -23,6 +23,7 @@ jdk:
   - openjdk9
   - openjdk10
   - openjdk11
+before_install: if [ -e $JAVA_HOME/lib/security/cacerts ]; then ln -sf /etc/ssl/certs/java/cacerts $JAVA_HOME/lib/security/cacerts; fi
 install: true
 script: mvn -B -Papache-release -Dgpg.skip=true verify
 cache: