From 0e6507f26f93bcb1ddb401f9eaf0cbc76614169a Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Mon, 31 Oct 2016 14:57:10 +0100 Subject: [PATCH 1/2] [CLEANUP] Moved Maven repository to maven.parabot.org --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 66ff5b3..7853f79 100644 --- a/pom.xml +++ b/pom.xml @@ -15,9 +15,9 @@ - git-parabot - Parabot's Git based repo - https://github.com/parabot/Maven-Repository/raw/master/ + parabot-maven + Parabot its Maven Repository + http://maven.parabot.org/ @@ -33,7 +33,7 @@ org.parabot client - 2.5 + 2.6 * @@ -45,7 +45,7 @@ org.parabot 317-api-minified - 1.14 + 1.15 * From dbee14548f5b6c7a254295fe1c31d12c39947f26 Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Mon, 31 Oct 2016 15:12:33 +0100 Subject: [PATCH 2/2] [BUGFIX] Solved installing issue --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7025ec4..c17d90d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ before_install: - chmod +x ./.travis/call-creation.sh - mvn clean +install: + - sudo apt-get update && sudo apt-get --assume-yes install zip unzip + script: "./.travis/maven-build.sh" after_deploy: "./.travis/call-creation.sh" @@ -51,4 +54,4 @@ deploy: branch: - master - development - jdk: 'oraclejdk7' \ No newline at end of file + jdk: 'oraclejdk7'