[CLEANUP] Removed command for directory creation

This commit is contained in:
JKetelaar
2016-06-26 17:38:52 +02:00
parent 56bf0cb8a8
commit c77f9bd81e
-1
View File
@@ -2,7 +2,6 @@
if [ "$TRAVIS_BRANCH" == "master" ]; then
mvn -U package
mkdir -p $TRAVIS_BUILD_DIR/target/apidocs/zips/
else
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
fi