[TASK] Adjusted script to build with Travis

This commit is contained in:
JKetelaar
2016-05-23 17:57:22 +02:00
parent 7713d0d08d
commit 1d173d8d03
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
if [ "$TRAVIS_BRANCH" == "master" ]; then
mvn -U package
else
mvn -Dversion="$TRAVIS_COMMIT" -U package
mvn -Dversion="-RC-$TRAVIS_COMMIT" -U package
fi