mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-08 00:38:51 +00:00
[CLEANUP] Added proper setup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user