diff --git a/.travis.yml b/.travis.yml index 7e5ffd0a7f..8301237fa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,9 +62,9 @@ jobs: - echo "Enterprise Integrations Tests on MySQL" - name: "Community Rest API Tests" stage: Tests - before_install: travis_wait 90 bash scripts/downloadInstaller.sh + before_install: travis_wait 60 bash scripts/downloadInstaller.sh install: - - travis_wait 90 bash scripts/startAlfresco.sh apply-rm-community + - travis_wait 60 bash scripts/startAlfresco.sh apply-rm-community script: - echo "Community Rest API Tests" - name: "Enterprise Rest API Tests" diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index e50f1a5861..2d41884b6e 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -147,8 +147,6 @@ Recreating database... drop database if exists alfresco; create database alfresco - - Installing Alfresco... diff --git a/scripts/startAlfresco.sh b/scripts/startAlfresco.sh index 2b35e11eb6..b342531138 100644 --- a/scripts/startAlfresco.sh +++ b/scripts/startAlfresco.sh @@ -4,6 +4,8 @@ set -ev export PROFILE=$1 +ls rm-enterprise/rm-enterprise-repo/target +ls rm-enterprise/rm-enterprise-share/target cd rm-automation ls mvn install -Pinstall-alfresco,${PROFILE} -q