Fix travis build, part 2 (refs #376)

This commit is contained in:
Andreas Dangel
2017-05-20 09:55:09 +02:00
parent e5b38f7937
commit 8ef25e839c
4 changed files with 3 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -ev
source .travis/common-functions.h
source .travis/common-functions.sh
VERSION=$(./mvnw -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.5.0:exec | tail -1)
echo "Building PMD Sonar ${VERSION} on branch ${TRAVIS_BRANCH}"