mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-05 08:39:30 +00:00
[TASK] Adjusted script to build with Travis
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user