remove clean from maven command and increase travis wait time

This commit is contained in:
Claudia Agache
2020-07-03 16:48:21 +03:00
parent 8b86a30e41
commit bac59903ba
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
stage: Tests stage: Tests
install: install:
- mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -B - mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -B
- travis_wait 60 bash scripts/startAlfresco.sh apply-rm-community - travis_wait 90 bash scripts/startAlfresco.sh apply-rm-community
script: script:
- echo "Community Rest API Tests" - echo "Community Rest API Tests"
- name: "Enterprise Rest API Tests" - name: "Enterprise Rest API Tests"

View File

@@ -3,4 +3,4 @@
export PROFILE=$1 export PROFILE=$1
cd rm-automation cd rm-automation
mvn clean install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER_URL} mvn install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER_URL}