From 4cd243e32af8d79905e491da241bba21c2d8b367 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 4 Aug 2015 15:23:50 +0200 Subject: [PATCH] Build with unlimited strength JCE policy files on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 33c7d830e..bf9a2a960 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: java jdk: - oraclejdk8 +before_install: "curl -L --cookie 'oraclelicense=accept-securebackup-cookie;' http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip -o /tmp/policy.zip && sudo unzip -j -o /tmp/policy.zip *.jar -d `jdk_switcher home oraclejdk8`/jre/lib/security && rm /tmp/policy.zip" script: mvn -fmain/pom.xml -Puber-jar clean package notifications: webhooks: