[CLEANUP] Added proper setup

This commit is contained in:
JKetelaar
2016-06-04 18:31:59 +02:00
parent 120d98f49a
commit 4530a97d56
48 changed files with 755 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
#! /bin/bash
if [ "$TRAVIS_BRANCH" == "master" ]; then
mvn -U package
else
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
fi