From 3efa23987ff919e9d3ef3cddd21785ea3ec9c9b9 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Thu, 15 Oct 2015 17:29:55 +0200 Subject: [PATCH] reverted previous commit (fixing travis setting) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 525480f44..690440261 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ -sudo: false 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 && unzip -j -o /tmp/policy.zip *.jar -d `jdk_switcher home oraclejdk8`/jre/lib/security && rm /tmp/policy.zip" +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: