From d5fa7053fea24c4b1e87868ae666c63097b6cd69 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 27 May 2017 11:18:50 +0200 Subject: [PATCH] Update .travis.yml updated maven version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17e062a..6744a62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ jdk: - oraclejdk8 install: - # this is needed to ensure that build is run with maven 3.3.9, so that polyglot projects are supported - - mvn -N io.takari:maven:wrapper -Dmaven=3.3.9 + # this is needed to ensure that build is run with maven 3.5.0, so that polyglot projects are supported + - mvn -N io.takari:maven:wrapper -Dmaven=3.5.0 script: # 'mvnw' is the versioned maven wrapper, which was downloaded in the previous install step